I have a form with 3 fields and a button. On button click I need to run a macro that calls 3 queries in order. The 2nd and 3rd need 3 parameters, thus the form. How can I pass them in?
Fill out form, click button, run delete query, run 2 append queries that need parameters then finally open a report that shows data from table that is now cleaned and loaded.
I can do it all except the params. I do not want the user prompted for each parameter...
Fill out form, click button, run delete query, run 2 append queries that need parameters then finally open a report that shows data from table that is now cleaned and loaded.
I can do it all except the params. I do not want the user prompted for each parameter...