LOOKUP VALUES

jaomata

New member
Local time
Today, 15:31
Joined
Dec 3, 2001
Messages
9
TABLE1: CODE WORK
1 JACK OR JILL
2 JACK OR JILL
3 JACK OR JILL

TABLE2: CODE WORK
4 SUZY OR MARY
5 SUZY OR MARY
6 SUZY OR MARY

now in my FORM1, the user needs to enter a CODE. I need the CODE to lookup the values from TABLE1 and TABLE2. If the user has entered a CODE value from TABLE1, the WORK will then lookup values from another table that would be either JACK or JILL. If the user has enetered a CODE value from TABLE2, the WORK will then lookup values from another table that would be either SUZY or MARY.

HOW DO YOU DO THIS???? PLEASE help me!!! :-(
 

Users who are viewing this thread

Back
Top Bottom