Hello,
I currently have two froms, "add record" and "add record cont."
The reason I have two seperate forms is because when clients create a new record information needs to be saved to two different tables and when creating one from with fields from both tables I ran into many problems.
The two tables are named : tblMain, tblFileLoc
Currently there is a textbox on both forms named "fileID" the FileID in the first form is from tblMain and is the primary key for that table, the FileID on the second form "Add Record Cont." is just a normal field.
When clients enter in the new FileID in the first form "Add Record" and then move onto the next form "Add Record Cont." i need access to bring the entered FileID from the first form and Fill it in the FileID field in the second form.
Currently I have tried making the control source for the textbox on the second form = the textbox on the first form but it brought up an error.
Thank you for any help