Good Morning,
I have a macro that runs several queries, to initially update a table based on user input and then add the records from that table to another table.
The update and append queries generate about 6 requirements to click "Enter" as we are updating and appending tables. My question(s) is (Are)
What is the best way to make this one smooth operation?
Is there a way to inject the Enter key at the appropriate time? (with some delay built in)
Is there a way to suppress the verification messages so the actions just take place?
Do I need both functions?