I have a query (qryMoveData). This query copies data from fields in the last entry of one table (tblOne) and inserts the data into another table (tblTwo). Since it is copying the data from the last entry in tblOne, no input data is required from a user to select a row. This query has been tested and does everything I want it to do.
I am trying to automaticly execute this query when a form (frmExecute) is opened. I do not want the user to have to click a button to execute the query. I have tried several different coding options, but nothing seems to work. Does anyone have any suggestions?
I'm not the best with VB code, so if you can provide an example code, it would be greatly appreciated. Thank you.
I am trying to automaticly execute this query when a form (frmExecute) is opened. I do not want the user to have to click a button to execute the query. I have tried several different coding options, but nothing seems to work. Does anyone have any suggestions?
I'm not the best with VB code, so if you can provide an example code, it would be greatly appreciated. Thank you.