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 have to count the number records that are in a particlur recordset. I use an array to cycle through the different tables I need to read. Is there a way to skip over a table or recordset if the table or recordset contains no values at this time.
Dim controls(16)
controls(0) = "AC"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.