I have two tables that relate one-to-many in an Access database. The tables are:
tbluser : UserID [Primary Key]
tblproject : UserID [Foreign Key] , PrjID [Primary Key]
I need to prevent users from deleting any records in tbluser
that have related records in the tblproject
table.