J
Junior
Just created a multiple index on two fields in my table and set it to
unique values - in order to eliminate duplicates in the table... this works
fine - sort of...
Now- In my entry form - when i try to enter duplicate info for these felds
i get an error
'changes request were not successful, blah, blah, either change the data or
redefine the index'
but the message doesn't alert until i have entered alot of data and try to
leave the record
and the only way i can get out of this is to close the program so the record
is not saved---
is there another way to handle restricting duplicate entries?
perhaps in VBA in - can someone geve me some hints? or some sample air code?
The two fields i have set a multiple index on are SSN and AppDate so that
there cannot be
a duplicate ssn and AppDate pair.
Thanks
unique values - in order to eliminate duplicates in the table... this works
fine - sort of...
Now- In my entry form - when i try to enter duplicate info for these felds
i get an error
'changes request were not successful, blah, blah, either change the data or
redefine the index'
but the message doesn't alert until i have entered alot of data and try to
leave the record
and the only way i can get out of this is to close the program so the record
is not saved---
is there another way to handle restricting duplicate entries?
perhaps in VBA in - can someone geve me some hints? or some sample air code?
The two fields i have set a multiple index on are SSN and AppDate so that
there cannot be
a duplicate ssn and AppDate pair.
Thanks