| | |
|
|
|
Run create-tab query |
| message from Hai Ly Hoang on 16 May 2004 |
Hi,
I have several Create-tab queries (about 5). Now , i want to run (create new
table with them) them all.
How to do that ? Certainly not by click each query and issuses run command
for each of them (because i have to requery all of them a lot of time)
Thank in advance
|
| PC Datasheet replied to Hai Ly Hoang on 16 May 2004 |
DoCmd.SetWarnings False
DoCmd.OpenQuery "Query1"
DoCmd.OpenQuery "Query2"
"
DoCmd.OpenQuery "Query5"
DoCmd.SetWarnings True
|
|
Archived message: Run create-tab query (Microsoft Access Forms)