I have a form named "child data" that is a multi-tab form. The last tab is called "Case Information". This tab has a subform that is called "CDI tracking subform". This subform is also a multi-tab form. One of the tabs is called "Issues/Actions". That tab is also multi-tab with the first tab containing a subform that is in datasheet view. The subform and form are linked through a field called [CaseNumber]. When I enter information into all the forms information that is linked carries on from one form to another, except for this last form. The CaseNumber does not pass onto this datasheet. Therefore the error I get is:
The field 'ClientCallType.CaseNumber' cannot contain a null value because the required property is set to true. Please enter a value.
This is the linked field. When I go back into the design view to check to see if the master link and child link are set, the error message is then:
Object variable or with block variable not set.
I then have to delete the subform and put it back and set the links again.
I don't understand where the problem could be. Please Help.
Maria
The field 'ClientCallType.CaseNumber' cannot contain a null value because the required property is set to true. Please enter a value.
This is the linked field. When I go back into the design view to check to see if the master link and child link are set, the error message is then:
Object variable or with block variable not set.
I then have to delete the subform and put it back and set the links again.
I don't understand where the problem could be. Please Help.
Maria