Hi,
I have created 2 forms for 1 table as I have too many fields. I created a command button button in the 1st form to open the 2nd form to continue adding data, but the second form is not opening to the right record.
I chose the option to open to specific record and used the ID field which is the only field the two forms share as the means of searching, yet it doesnt work the 2nd form keeps opening to the 1st record.
The macro argument to the 'OpenForm' action:
DIP Details Form, Form, , "[PDID]=" & "'" & [PDID] & "'", , Normal
Any help is greatly appreciated!!
Thanks,
Eric
I have created 2 forms for 1 table as I have too many fields. I created a command button button in the 1st form to open the 2nd form to continue adding data, but the second form is not opening to the right record.
I chose the option to open to specific record and used the ID field which is the only field the two forms share as the means of searching, yet it doesnt work the 2nd form keeps opening to the 1st record.
The macro argument to the 'OpenForm' action:
DIP Details Form, Form, , "[PDID]=" & "'" & [PDID] & "'", , Normal
Any help is greatly appreciated!!
Thanks,
Eric