I have a main form (Form1) which is used to search records and the subform to that form contains all records searched. Editing or adding data is not available in Form1.
I want to be able to click on a record from the subform and click a button, to copy that particular record, to a seperate form (Form2). I want to do this so that the user doesn't have to manually copy and paste the data from Form1-subform to Form2.
I have tried continuous form but the maximum width of it is not enough. I'm new to Access and trying to figure out a way to solve this problem. Can anyone suggest a way of doing this. TIA