karatelung
Registered User.
- Local time
- Today, 12:28
- Joined
- Apr 5, 2001
- Messages
- 84
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.