G
Guest
Alright, so I have been scouring the newsgroups trying to
find a solution to my problem, but it seems to escape me.
Here is what I have. There are two tables and I want to
report in a query a different value (from the second
table) than the one stored (in table one.)
TABLE1:
Vol01
Vol02
Vol03
Vol04
....and so forth, all the way to Vol40
In this field is stored a number (such as "14") which is
placed there when a date is selected from a combo box in a
form. The number references the field NightNum in Table2.
TABLE2:
NightNum
Day
Date
Points
What I need to do is create a query that will return the
points value for all 40 Vol## fields. This way I can list
them out, total them, etc.
I can make the points appear on a form (hide other columns
in a combo box), but because they are not stored, I can't
seem to make them calculate.
Any help short of creating 40 individual queries? Or if a
query isn't the way to go, any other ideas. I am at a
loss.
Thanks.
-paige
find a solution to my problem, but it seems to escape me.
Here is what I have. There are two tables and I want to
report in a query a different value (from the second
table) than the one stored (in table one.)
TABLE1:
Vol01
Vol02
Vol03
Vol04
....and so forth, all the way to Vol40
In this field is stored a number (such as "14") which is
placed there when a date is selected from a combo box in a
form. The number references the field NightNum in Table2.
TABLE2:
NightNum
Day
Date
Points
What I need to do is create a query that will return the
points value for all 40 Vol## fields. This way I can list
them out, total them, etc.
I can make the points appear on a form (hide other columns
in a combo box), but because they are not stored, I can't
seem to make them calculate.
Any help short of creating 40 individual queries? Or if a
query isn't the way to go, any other ideas. I am at a
loss.
Thanks.
-paige