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?
>