YellowTail
Programmer
I have a developed SQL statement that develops tables. Each time a table is created I get Yes/No question if I want that to be created.
I use this statement to run my SQL statment.
DoCmd.RunSQL srsl
I would like to have a default answer to be 'Yes', what is the process for doing this.
I use this statement to run my SQL statment.
DoCmd.RunSQL srsl
I would like to have a default answer to be 'Yes', what is the process for doing this.