I am trying to ONLY allow One instance of a value in my table.
tblUserSecurity
admn
dev
If either of these exist (They are Yes/No) then do not allow.
This is being checked via a combo box on my form using the after update event.
Only One Administrator and One Developer.
DCount or DLookup ?
tblUserSecurity
admn
dev
If either of these exist (They are Yes/No) then do not allow.
This is being checked via a combo box on my form using the after update event.
Only One Administrator and One Developer.
DCount or DLookup ?