S
Shaldaman
Is there a method or property to check if text has been entered in a
text field on a form? The way I have my form set up is if a user enters
data in the text field and closes the form, the data gets stored in the
table. Problem is, if the user enters existing data and closes the
form, they are not prompted that the value already exists in the table.
However, there's no redundant data in the table - when an existing
value is entered and the form's closed, nothing's happening. I want to
be able to prompt the user on typing text in the field and tabbing over
to the next field, i.e. the moment he/she moves to another field or
control on the form, they should get a warning. I can't use DCount or
DLookup because i'm using a continuous form - existing values fill up
that text field which appear one below the other. The bottom most field
is blank for data entry.
text field on a form? The way I have my form set up is if a user enters
data in the text field and closes the form, the data gets stored in the
table. Problem is, if the user enters existing data and closes the
form, they are not prompted that the value already exists in the table.
However, there's no redundant data in the table - when an existing
value is entered and the form's closed, nothing's happening. I want to
be able to prompt the user on typing text in the field and tabbing over
to the next field, i.e. the moment he/she moves to another field or
control on the form, they should get a warning. I can't use DCount or
DLookup because i'm using a continuous form - existing values fill up
that text field which appear one below the other. The bottom most field
is blank for data entry.