A
Anthony
Hi,
I'm trying to create a txt-field that looks up a value in my producttable.
The field is called "EAN" and is a unique field.
Now normally this would watch over the input of duplicat values and is
does that but , When i add a new record, the EAN field comes first and then
about 14 other fields to enter. Now Access lets me know when a Duplicate
Value
is entered by telling me "Cannot add record, it would create duplicate
values in ...."
But it tells me that after enter al 15 textfields, Is there a way to check
for these
duplicate values after entering data in the EAN-field? Lets say on the event
"Before-Update"
I have been trying such with "FindFirst" and Do-While but i'm not that
great programmer
to get that work out just right.
So in short, i would like to find the record in my product-table after i
entered data in my EAN-field.
Anybody any suggestions, any code, are very much appreciated,
Thanks In Adavance
Anthony
I'm trying to create a txt-field that looks up a value in my producttable.
The field is called "EAN" and is a unique field.
Now normally this would watch over the input of duplicat values and is
does that but , When i add a new record, the EAN field comes first and then
about 14 other fields to enter. Now Access lets me know when a Duplicate
Value
is entered by telling me "Cannot add record, it would create duplicate
values in ...."
But it tells me that after enter al 15 textfields, Is there a way to check
for these
duplicate values after entering data in the EAN-field? Lets say on the event
"Before-Update"
I have been trying such with "FindFirst" and Do-While but i'm not that
great programmer
to get that work out just right.
So in short, i would like to find the record in my product-table after i
entered data in my EAN-field.
Anybody any suggestions, any code, are very much appreciated,
Thanks In Adavance
Anthony