S
stephen.belyea
The title for this may be a little simpler than the problem I'm trying
to explain.
In my database, I have:
tblPCName
PCNameID (autonumber)
PCName (text)
tblPCName.PCName is the source for the combobox of another field in a
different table (tblPC.PC) which is related to a number of tables.
Is there a way that I can configure a delete button to not only delete
the PC from tblPCName.PCName (and remove it from the combobox list)
but also delete that PCName from all of the records in the database as
well?
Thanks in advance - this newsgroup has been a tremendous resource for
me so far (I've figured out how to do a search box, many to many
relationships, etc. :-D).
to explain.
In my database, I have:
tblPCName
PCNameID (autonumber)
PCName (text)
tblPCName.PCName is the source for the combobox of another field in a
different table (tblPC.PC) which is related to a number of tables.
Is there a way that I can configure a delete button to not only delete
the PC from tblPCName.PCName (and remove it from the combobox list)
but also delete that PCName from all of the records in the database as
well?
Thanks in advance - this newsgroup has been a tremendous resource for
me so far (I've figured out how to do a search box, many to many
relationships, etc. :-D).