P
perplexed
Any Ideas? I have two tables, one table a journal containing a customer
field, that field reference another table called "Customers" where I maintain
a list of customers. The user get's a dropdown list to fill in the field,
but some users type the customer name in which I want to prevent. I want to
set a validation rule on my journal table in the customer fields to only
accept customer names that are in my customer table. And if the user types in
a customer name that doesn't exist in my list of customer then the following
alert appears. ALERT: Either Pick Customer From List or if they are not in
list, then please Add Customer To List By Clicking Button Above. I have a
button on my form that allows the users to add new customers to my customer
table. The customer table secures that the customer name is entered 1 way not
numberous ways like: Federal Express, Fed-X, FE... and so forth.
field, that field reference another table called "Customers" where I maintain
a list of customers. The user get's a dropdown list to fill in the field,
but some users type the customer name in which I want to prevent. I want to
set a validation rule on my journal table in the customer fields to only
accept customer names that are in my customer table. And if the user types in
a customer name that doesn't exist in my list of customer then the following
alert appears. ALERT: Either Pick Customer From List or if they are not in
list, then please Add Customer To List By Clicking Button Above. I have a
button on my form that allows the users to add new customers to my customer
table. The customer table secures that the customer name is entered 1 way not
numberous ways like: Federal Express, Fed-X, FE... and so forth.