D
DEI
I have a form with several required fileds (set with the property in the
underlying table). One filed is a drop down list. If the user does not find
it in the list, he/she will have to add the value to a lookup table so it is
available for them to use when creating a new record.
So a user begins to type in a new value, and the autocomplete does not grab
any existing values. Fine. Or the user tried to tab off the field and gets a
'Not In List' error dialogue - fine also. But when the user backspaces or
deletes the text they have been typing, after realizing it is not in the
list, and tabs or licks off the field, the 'required field' error occurs.
I am open to a new approach if this type of validation strategy seems
problematic.
Thanks in advance.
DEI
Is there a way for me to test whether a filed has been typed into yet?
Similar to finding out if the 'Before Insert' event has occurred - so the
user can delete any text they have typed and move off the field? I would be
able to
underlying table). One filed is a drop down list. If the user does not find
it in the list, he/she will have to add the value to a lookup table so it is
available for them to use when creating a new record.
So a user begins to type in a new value, and the autocomplete does not grab
any existing values. Fine. Or the user tried to tab off the field and gets a
'Not In List' error dialogue - fine also. But when the user backspaces or
deletes the text they have been typing, after realizing it is not in the
list, and tabs or licks off the field, the 'required field' error occurs.
I am open to a new approach if this type of validation strategy seems
problematic.
Thanks in advance.
DEI
Is there a way for me to test whether a filed has been typed into yet?
Similar to finding out if the 'Before Insert' event has occurred - so the
user can delete any text they have typed and move off the field? I would be
able to