I have 2 customer master tables (A and B) that I want to relate to a single transactions table. The customer number relates the transactions table to both customer tables. When entering transactions, the user must enter a customer number from either of these tables. How can I allow the user to chose a customer number from table 1 OR table 2. i.e. if a customer number 1 is not in table A, it must be in table B for a new transaction to be allowed.
I think I have my relationships set up incorrectly, because only customers that are in BOTH tables are allowed to be entered in the transactions table. (By the way, there are a few duplicated entries in both Customer master tables)
Thanks in advance for your help.
I think I have my relationships set up incorrectly, because only customers that are in BOTH tables are allowed to be entered in the transactions table. (By the way, there are a few duplicated entries in both Customer master tables)
Thanks in advance for your help.