I have code that runs 3 queries in order that delete and recreate a table. The code works fine but each time it runs the queries I get warning messages. I would like to turn them off so I put the DoCmd.Setwarnings False
line before the 1st query and now when I click the command button the queries do not run.
Why?
Jim
line before the 1st query and now when I click the command button the queries do not run.
Why?
Jim