|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Well, I want a combobox to display the information contained in a table generated by a query. The thing is that when I load the form, I want the query to run so that the ComboBox can be updated but since the query is a Make-Table Query everytime I open it, it asks for permission to delete the old table and generate a new one.
Can someone please help me to know how to avoid this message and just make it so that it doesn't need to click OK, everytime I run the Query? ![]() I'd really appreciate it. PECH |
|
#2
|
|||
|
|||
|
In your code just before you run the query turn the system warnings off and then turn the warnings back on after the query runs.
DoCmd.SetWarnings False 'Run the Query DoCmd.SetWarnings True |
|
#3
|
|||
|
|||
|
Thank YOU!
THat work just Perfectly!!!
PECH |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Queries... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|