G
Guest
I have asked this before but didn't know where to put it or the correct
syntax from within the VB code
I have a couple of Make-table queries that when run state 'Microsoft Access
- The existing table will be deleted before you run the query - Do you want
to contiune Yes/No'
What I need to know is how to supress these so they automatically accept Yes
I was told of the SetWarnings command that if set to No should solve this
but....
The online help says you run it with to Docmd.
Does this mean from the vb code you put in something like Docmd.setwarnings
= No
????
syntax from within the VB code
I have a couple of Make-table queries that when run state 'Microsoft Access
- The existing table will be deleted before you run the query - Do you want
to contiune Yes/No'
What I need to know is how to supress these so they automatically accept Yes
I was told of the SetWarnings command that if set to No should solve this
but....
The online help says you run it with to Docmd.
Does this mean from the vb code you put in something like Docmd.setwarnings
= No
????