<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Vlad:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I just did this by creating a make table query in 
the QBE and copying out the SQL code.  I don't know if you can use straight 
SQL to populate your table or you need to process through code.  I used 
db.execute instead of DoCmd.RunSQL to run the SQL so I don't have to Set 
Warnings False.  If you want to get rid of the table afterwards - DROP 
tbl.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I don't know that if your make table SQL doesn't 
return any records, it will create the table anyway as an empty table but I 
think it will.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>HTH</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Rocky</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=actebs@actebs.com.au href="mailto:actebs@actebs.com.au">ACTEBS</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=accessd@databaseadvisors.com 
  href="mailto:accessd@databaseadvisors.com">access group</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, June 09, 2003 7:48 AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [AccessD] Create Temp Table from 
  Recordset</DIV>
  <DIV><BR></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2>Guys,</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>Is there a method 
  of creating a temp table in your DB from a recordset? eg:</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>dim strSQL as 
  string</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>dim db as 
  dao.database</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>dim rst as 
  dao.recordset</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>strSQL = "SELECT 
  someTable etc etc etc"</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>set db = 
  opendatabase("some remote DB")</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>set rst 
  =db.openrecordset(strsql)</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>with 
  rst</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003>    <FONT face=Arial 
  size=2>make a new table in my db from the recordset</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>end 
  with</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial size=2>I've never had to 
  do this and have wasted heaps of time on this. Any help will be much 
  appreciated...</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2>Thanks</FONT></SPAN></DIV>
  <DIV><SPAN class=876254314-09062003><FONT face=Arial 
  size=2>Vlad</FONT></SPAN></DIV>
  <DIV> </DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>AccessD mailing 
  list<BR>AccessD@databaseadvisors.com<BR>http://databaseadvisors.com/mailman/listinfo/accessd<BR>Website: 
  http://www.databaseadvisors.com<BR></BLOCKQUOTE></BODY></HTML>