I
iamnu
I have a table tblPhones with a PDkey as the Primary Key.
I have another table tblPB with four fields as follows:
DDID as the Primary Key
PDkey, a lookup field to tblPhones.
DirectoryID, a lookup field to a table tblDirectory
DeptID, a lookup field to a table tblDepartment
The Main Form uses tblPhones as it's record source
The Sub Form has tblPB as it's record source
Link Child Fields = PDkey
Link Master Fields = PDkey
I can create a new record in tblPhones from the Main Form, WITHOUT
entering data in the SubForm.
How do I make sure data is entered into the SubForm when adding a new
record in the Main form?
Same Question (a different way):
How do I make sure tblPhones is not updated until data is entered in
tblPB?
I have another table tblPB with four fields as follows:
DDID as the Primary Key
PDkey, a lookup field to tblPhones.
DirectoryID, a lookup field to a table tblDirectory
DeptID, a lookup field to a table tblDepartment
The Main Form uses tblPhones as it's record source
The Sub Form has tblPB as it's record source
Link Child Fields = PDkey
Link Master Fields = PDkey
I can create a new record in tblPhones from the Main Form, WITHOUT
entering data in the SubForm.
How do I make sure data is entered into the SubForm when adding a new
record in the Main form?
Same Question (a different way):
How do I make sure tblPhones is not updated until data is entered in
tblPB?