hi
i'm trying to do a validation on the primary key field, to ensure that user does not enter a new record that already exists. is there asny way i can accomplish this without using buffering?
the text boxes i'm using for data entry are bound to the table, and i'm using APPEND BLANK to add a blank record. However i can't get it to validate if a user enters an existing record.
Please help.
i'm trying to do a validation on the primary key field, to ensure that user does not enter a new record that already exists. is there asny way i can accomplish this without using buffering?
the text boxes i'm using for data entry are bound to the table, and i'm using APPEND BLANK to add a blank record. However i can't get it to validate if a user enters an existing record.
Please help.