B
bw
Two columns of my SQL STATEMENT are as follows:
A1: [Forms]![boxSeats]![PrintWhich]
Criteria:
1
2
B1: [Forms]![boxSeats]![POne]
Criteria:
1
2
So this means I would need four rows to indicate all the combinations,
as follows:
A1 B2
1 1
1 2
2 1
2 2
The problem is that I will have 8 values for A1, and maybe 5 for B2...or
40 combinations!
My QUESTION....Isn't there an easier way to do this?
Thanks for your help.
Bernie
A1: [Forms]![boxSeats]![PrintWhich]
Criteria:
1
2
B1: [Forms]![boxSeats]![POne]
Criteria:
1
2
So this means I would need four rows to indicate all the combinations,
as follows:
A1 B2
1 1
1 2
2 1
2 2
The problem is that I will have 8 values for A1, and maybe 5 for B2...or
40 combinations!
My QUESTION....Isn't there an easier way to do this?
Thanks for your help.
Bernie