J
jem53
hello,
i have a simple 2 table database.
tbl_1 plant ID # (primary)
genus
species
accession date
tbl_2 journal ID # (primary)
plant ID # (lookup from tbl_1)
date
description
i have a sub form based on query of tbl_2 and main form
based on tbl_1 (many to one)
when the user selects the plant id# from the main form the
sub form displays all records related to that plant (in
data sheet view)+ new record entry line.
problem is when a new record is entered in the subform the
records in the underlying table are being changed and
added incorrectly.
any ideas?
jem
i have a simple 2 table database.
tbl_1 plant ID # (primary)
genus
species
accession date
tbl_2 journal ID # (primary)
plant ID # (lookup from tbl_1)
date
description
i have a sub form based on query of tbl_2 and main form
based on tbl_1 (many to one)
when the user selects the plant id# from the main form the
sub form displays all records related to that plant (in
data sheet view)+ new record entry line.
problem is when a new record is entered in the subform the
records in the underlying table are being changed and
added incorrectly.
any ideas?
jem