W
Walter
Hello all!!
I am trying to teach myself Access, and VB for
applications, unfortunately, there is only so much you
can understand from a book...
Here's my question:
I am adding records to a table using recordsets... This
way, I am able to validate the data using VB code before
adding the recordset to the table...
The table I am adding the recordset to is set to
accept "No duplicates", so when I unknowingly try to add
a duplicate record I get an error...
What I want to do is check the value of the field against
all other values already stored in same field of the
table before I add the recordset to the table.
This way, I can validate the data in the field before it
is added, thus avoiding the error...
Your help is greatly appreciated....
Thx., & Rgds.,
Walter
I am trying to teach myself Access, and VB for
applications, unfortunately, there is only so much you
can understand from a book...
Here's my question:
I am adding records to a table using recordsets... This
way, I am able to validate the data using VB code before
adding the recordset to the table...
The table I am adding the recordset to is set to
accept "No duplicates", so when I unknowingly try to add
a duplicate record I get an error...
What I want to do is check the value of the field against
all other values already stored in same field of the
table before I add the recordset to the table.
This way, I can validate the data in the field before it
is added, thus avoiding the error...
Your help is greatly appreciated....
Thx., & Rgds.,
Walter