I have a field on a form that when a user enters a number, I want to verify
that the number is already in another table.
For example:
If a user enters 100 in the control Bidder, I want to check a table to see
if that number has been entered. If it has not, then I want to warn the user
and clear the data. If the number does exist in the table then nothing need
to happen.
The form is NOT based on the table that I want to verify agaisnt.
How would I do this?
Mike
that the number is already in another table.
For example:
If a user enters 100 in the control Bidder, I want to check a table to see
if that number has been entered. If it has not, then I want to warn the user
and clear the data. If the number does exist in the table then nothing need
to happen.
The form is NOT based on the table that I want to verify agaisnt.
How would I do this?
Mike
Comment