G
Guest
I am trying to validate records in a record set from a query to eliminate
duplication of one field. I can establish the duplication from VB code
attached to the before update event. However once the error has been
established and the focus is returned to the error field in question and the
value is changed by the user, the VB code still takes the original value from
the recordset and returns the same error. I'm certain this is something to do
with the recordsetclone not being modified by the new data entered by the
user. How can I overcome this, so that once the corrected data is entered I
can check it prior to update?
duplication of one field. I can establish the duplication from VB code
attached to the before update event. However once the error has been
established and the focus is returned to the error field in question and the
value is changed by the user, the VB code still takes the original value from
the recordset and returns the same error. I'm certain this is something to do
with the recordsetclone not being modified by the new data entered by the
user. How can I overcome this, so that once the corrected data is entered I
can check it prior to update?