View Single Post
  #3 (permalink)  
Old 28-Jul-2006, 08:19 AM
Steve Schapel's Avatar Steve Schapel
Guest
 
Posts: n/a
   
   
Re: SQL sentence for make table

Yaniv,

I assume you are using the
DoCmd.OpenQuery
method in your code, to run the make-table query.

You can put this before...
DoCmd.SetWarnings False

.... and this after...
DoCmd.SetWarnings True

--
Steve Schapel, Microsoft Access MVP

yaniv d wrote:
> hi all,
> i built SQL sentences that are making tables dinamicly,
> my problem is that everytime a table is going to be made,the is a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11232-sql-sentence-for-make-table.html
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.10645 seconds with 25 queries