F
Form to review and update records, cmbos
In my simple database there are three tables: owners, autos, and repairs, in
which each owner can have multiple autos, and each auto can have multiple
repairs. I want my repairs form to review past repairs data in the repairs
table and accept new data into that table. In combo1 I choose the owner, and
in combo2 I choose the auto after querying the autos table for criteria
ownerID = combo1 selection, hence only shows autos owned by ownerID. It
works fine in reviewing data, but when I go to add a new record, I get the
following message:
The current field must match the join key <name> in the table that serves as
the 'one' side of one-to-many relationship. (Error 3341).
The one side of the one to many relationship is the AutoID value. Can
anyone tell me why this is not working?
Thanks,
Bill Arthur
which each owner can have multiple autos, and each auto can have multiple
repairs. I want my repairs form to review past repairs data in the repairs
table and accept new data into that table. In combo1 I choose the owner, and
in combo2 I choose the auto after querying the autos table for criteria
ownerID = combo1 selection, hence only shows autos owned by ownerID. It
works fine in reviewing data, but when I go to add a new record, I get the
following message:
The current field must match the join key <name> in the table that serves as
the 'one' side of one-to-many relationship. (Error 3341).
The one side of the one to many relationship is the AutoID value. Can
anyone tell me why this is not working?
Thanks,
Bill Arthur