Hi all..
I have two forms (one subform on the main form) and a detail form.
form number 1 is the main form (subform lists details based on a query)
form number 2 is the detail of the items in form #1
When I double click on a textbox SS# it opens up the details of that item in form number 2.
The subform has the following fields:
Id, SS#, Last Name, First Name, Middle Initial
ID=Auto
SS# is the box I click on to open the detail
The problem I am having is this. When I click on the SS# to enter a new incident, I fill out the full number hit tab to the next box (last name) then I use my mouse and double click on the SS# the form opens, when I click to make the record active (checkbox) I get the following error:
" You cannot add or change a record because a related record is required in table 'tblinvestigator' ". When I click Ok and then hit close form I get the following error: " You must save the current field before you run the Requery action. "
So I click ok and close the form. I then go back to the record in question fill out the first name, last name and then do a double click on the SS# and it works fine.
Is there anyway so I can update on just adding the SS# or do I need to fill out the four fields completely?
Thanks
R~
I have two forms (one subform on the main form) and a detail form.
form number 1 is the main form (subform lists details based on a query)
form number 2 is the detail of the items in form #1
When I double click on a textbox SS# it opens up the details of that item in form number 2.
The subform has the following fields:
Id, SS#, Last Name, First Name, Middle Initial
ID=Auto
SS# is the box I click on to open the detail
The problem I am having is this. When I click on the SS# to enter a new incident, I fill out the full number hit tab to the next box (last name) then I use my mouse and double click on the SS# the form opens, when I click to make the record active (checkbox) I get the following error:
" You cannot add or change a record because a related record is required in table 'tblinvestigator' ". When I click Ok and then hit close form I get the following error: " You must save the current field before you run the Requery action. "
So I click ok and close the form. I then go back to the record in question fill out the first name, last name and then do a double click on the SS# and it works fine.
Is there anyway so I can update on just adding the SS# or do I need to fill out the four fields completely?
Thanks
R~
Attachments
Last edited: