J
Jacqueline
I am using/learning 2007, I created one master form with several popup forms
that feed my various tables.
The master form is Grants with all others popups as then infor is required.
I was able to attach the popups to the master with this code in the GrantID
field which is the PK for all the tables, to auto populate the GrantID field
when one of the popups are accesse for the current record:
=[Forms]![frmGrants]![GrantID]
It apears to work, when I access the popup from the main grant form the
current record GrantID is filled into the popup GrantID field.
However, when I try to complete the popup and return to the main form I get
a Null Primary key error report. So even though the field looks like it
filled in correctly it is not populating the table.
Help, I have thought myself into several circles...
Thanks in advance
that feed my various tables.
The master form is Grants with all others popups as then infor is required.
I was able to attach the popups to the master with this code in the GrantID
field which is the PK for all the tables, to auto populate the GrantID field
when one of the popups are accesse for the current record:
=[Forms]![frmGrants]![GrantID]
It apears to work, when I access the popup from the main grant form the
current record GrantID is filled into the popup GrantID field.
However, when I try to complete the popup and return to the main form I get
a Null Primary key error report. So even though the field looks like it
filled in correctly it is not populating the table.
Help, I have thought myself into several circles...
Thanks in advance