A
AndrewB
I would like to use the validation rule of a text box named [Account#] on a
form called [Form1] to validate that the Account# being entered is not
already in [Table1] or [Table2] or [Table3]. If the Account# is found in one
of the 3 tables I would like a msgbox to tell me which table. If the
Account# in not in any table I would like a msgbox to say "Account# Cleared
for Input".
I made a series of queries to search each table for the Account# which works
fine, but is very crude... I am just looking for a more automated way to do
the same. Any suggestions would be greatly appreciated
Thanks,
form called [Form1] to validate that the Account# being entered is not
already in [Table1] or [Table2] or [Table3]. If the Account# is found in one
of the 3 tables I would like a msgbox to tell me which table. If the
Account# in not in any table I would like a msgbox to say "Account# Cleared
for Input".
I made a series of queries to search each table for the Account# which works
fine, but is very crude... I am just looking for a more automated way to do
the same. Any suggestions would be greatly appreciated
Thanks,