R
Rob Mazur
Hi. I'm trying to create a query that pulls information
from 3 seperate tables. Here's how I want it to work:
User is prompted for SSN
Table 1:
SSN
Name
Gender
Table 2:
SSN
Age
Repetitions
Table 3:
Gender
Age
Repetitions
Score
After the user inputs the SSN, I need to look up the score
from table 3 based on age and repetitions from table 2. I
thought DLookUp() was the way to do it, but (1) I've been
having problems with it and (2) I've read that it isn't
the most effective way to lookup that kind of information.
Can anyone help me? I can create this query either
through QBE or SQL.
Thanks
Rob Mazur
from 3 seperate tables. Here's how I want it to work:
User is prompted for SSN
Table 1:
SSN
Name
Gender
Table 2:
SSN
Age
Repetitions
Table 3:
Gender
Age
Repetitions
Score
After the user inputs the SSN, I need to look up the score
from table 3 based on age and repetitions from table 2. I
thought DLookUp() was the way to do it, but (1) I've been
having problems with it and (2) I've read that it isn't
the most effective way to lookup that kind of information.
Can anyone help me? I can create this query either
through QBE or SQL.
Thanks
Rob Mazur