J
Judy
I've created two tables one called tblFileInformation the
other tblChecklist, with a one-to-many relationship
between the two tables with FileInformationID as the
common denominator with a join type of 1 - include rows
where the joined field from both tables is equal. The
problem that I'm having is that when I go to the
FileInformation table I'm noticing that the CheckListID
for tblChecklist is not populating in the
tblFileInformation table even though the field is there.
CheckListID is the primary key for tblCheckList and a
field in tblFileInformation (it is populating in
tblChecklist).
The way the two tables interact is tblFileInformation
holds the client and file number information and
tblCheckList contains a listing of items that are checked
off upon completion of the file. tblFileInformation is
the main form and tblChecklist is the sub form within the
main form. Is the relationship incorrect? Each file can
only contain one checklist, so I'm not sure how else to
define the relationship, any help would be greatly
appreciated.
other tblChecklist, with a one-to-many relationship
between the two tables with FileInformationID as the
common denominator with a join type of 1 - include rows
where the joined field from both tables is equal. The
problem that I'm having is that when I go to the
FileInformation table I'm noticing that the CheckListID
for tblChecklist is not populating in the
tblFileInformation table even though the field is there.
CheckListID is the primary key for tblCheckList and a
field in tblFileInformation (it is populating in
tblChecklist).
The way the two tables interact is tblFileInformation
holds the client and file number information and
tblCheckList contains a listing of items that are checked
off upon completion of the file. tblFileInformation is
the main form and tblChecklist is the sub form within the
main form. Is the relationship incorrect? Each file can
only contain one checklist, so I'm not sure how else to
define the relationship, any help would be greatly
appreciated.