I would hope that you're storing PCNameID in your other table, not PCName.
If you're storing PCName, you should modify your table to store PCNameID
instead.
If you set up referential integrity with cascading delete (in the
Relationships window), deleting the record from tblPCName should delete
corresponding records in other (related) tables as well, with no additional
action required on your part. You will need to requery the combo box,
though.
Carl Rapson
> The title for this may be a little simpler than the problem I'm trying
> to explain.
[quoted text clipped - 16 lines]
> me so far (I've figured out how to do a search box, many to many
> relationships, etc. :-D).