Hi All
I am creating a database and I want to prevent duplicate records on data entry. I want it based on Firstname, Surname, E-mail address and Department.
I have put the following code in the calculated field in an expression but it doesn't like it.
=IIf(DCount("*","[ALL...