I'm trying to create a query that will pull information out of a table and back into the original Submit Data form for editing purposes.
I have have a FrmSubmit to enter data into tblMaster. I have a second form with two buttons that are suppose to queue up a new blank FrmSubmit for button 1, and a searchbox to search, pull, and edit previously entered information from tblMaster into the FrmSubmit with button 2.
This...