Where do you work? You can run multiple queries in VBA or through macros. Some examples:
CurrentDB.Execute "UPDATE table1 SET col1 = 'foo', col2 = 'bar';", dbFailOnError CurrentDB.Execute "UPDATE table2 SET hi = 'bye', bye = 'hi';", dbFailOnError
Saved request:
CurrentDb.Execute "Query5", dbFailOnError
source share