hide dialog box

G

George Schneider

I run a make table query using vb in access how do I aacept the default values of the dialog box that comes up when I run. I don't want this box to appear at all.
 
D

Dev Ashish

I run a make table query using vb in access how do I aacept the
default values of the dialog box that comes up when I run.

Look at DoCmd.SetWarnings in help.

-- Dev
 
Top