View Single Post
  #2 (permalink)  
Old 28-Jul-2006, 08:19 AM
strive4peace's Avatar strive4peace
Guest
 
Posts: n/a
   
   
Re: SQL sentence for make table -- use CurrentDb.Execute

instead of using

doCmd.RunSQL strSQL

use

CurrentDb.Execute strSQL, dbFailOnError

why are you making a bunch of tables as opposed to using
select queries?

Warm Regards,
Crystal
Microsoft Access MVP 2006

*
Have an awesome day

remote programming and training
strive4peace2006 at yahoo.com

*

yaniv d wrote:
> hi all,
> i built SQL sentences that are making tables dinamicly,
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11232-sql-sentence-for-make-table.html
> my problem is that everytime a table is going to be made,the is a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11232
> message asking for approval of the make table.
> how can i make the table without this message?
>

Reply With Quote
 
Page generated in 0.30614 seconds with 25 queries