I have two tables that are linked by a common ID
tblRole contains a field called Vacancy which is set up as a Check Box (yes/no data type)
tblEmployee contains a field for Surname.
I would like to set some validation to stop the values in these fields being populated at the same time. For...