modglin
Programmer
- Apr 10, 2001
- 105
I have a table named CardPerspective and a table named Objective. I have the tables linked by a field called PerpectiveKey.
When I enter data into the form Perspective_ObjectiveData it saves the data on the CardPerspective table. When I enter data into the form ObjectiveSubform, in the control source for Perspective Key I have:
=Forms!Perspective_ObjectiveData!Perspective_Key
It populates the field in the subform from the main form, however, after entering the rest of the data into the subform, it does not enter the perspectivekey data into the table Objective.
Hope I explained that enough.
Any help would be greatly appreciated.
When I enter data into the form Perspective_ObjectiveData it saves the data on the CardPerspective table. When I enter data into the form ObjectiveSubform, in the control source for Perspective Key I have:
=Forms!Perspective_ObjectiveData!Perspective_Key
It populates the field in the subform from the main form, however, after entering the rest of the data into the subform, it does not enter the perspectivekey data into the table Objective.
Hope I explained that enough.
Any help would be greatly appreciated.