David Eagar
Registered User.
- Local time
- Tomorrow, 02:40
- Joined
- Jul 2, 2007
- Messages
- 924
I have a form which contains a subform (continuous data). In the subform the is a command button that opens a new form (to a specific record). All functions normally except when I try to add a new record on the second form.
The macro created on the command button is
2frmSightDetails, Form, , ="[ssl]=" & [SightID], , Normal
but when I enter new data, all goes in except ssl (fk), which is left empty. How come if it knows that [ssl]=[SightID] why is [ssl] empty?
What is the correct procedure to handle this situation?
Thanks in advance
The macro created on the command button is
2frmSightDetails, Form, , ="[ssl]=" & [SightID], , Normal
but when I enter new data, all goes in except ssl (fk), which is left empty. How come if it knows that [ssl]=[SightID] why is [ssl] empty?
What is the correct procedure to handle this situation?
Thanks in advance