karatelung
10-05-2001, 06:28 AM
I need a message box to pop up whenever a user enters a duplicate entry - three particular fields. Duplicate entries are allowed, but usually it's a mistake.
The fields are FirstName, LastName, and Client from tblDemographics. The form is frmDemographics. I assume that the code would go in the AfterUpdate event of the third field - Client.
Help is greatly appreciated.
The fields are FirstName, LastName, and Client from tblDemographics. The form is frmDemographics. I assume that the code would go in the AfterUpdate event of the third field - Client.
Help is greatly appreciated.