Records in tables

RonnieODIN

Registered User.
Local time
Today, 19:09
Joined
Jun 15, 2012
Messages
46
Hi,

Am I able to make sure that a value can be applied to only one record? If so how then?

Thanks

-Ronnie
 
You could test DCount() in the Form's Before Update event to ensure that a particular value has no been previously entered.
 
You can define a unique index and let the database engine take care of it.
 
:banghead: and set the Indexed property to Yes (No Duplicates)

It oh so simple when you stop and think for a moment :rolleyes:
 

Users who are viewing this thread

Back
Top Bottom