S
sheela
I need help in designing a report ASAP. I am using ACCESS
2002 version.
This report record source is from a query (based on one
table). I need to show the information in a matrix form (9
by 9) with 81 cells. Some thing like below.
1 2 3 .. 9
10 11 ..
... .. .. .. ..
73 74 81
There is field called "POSITION" in the source records,
whose values run from 1 through 81. If the POSITION value
is 1, the report shows some other fields values in cell 1.
If there is no 1 exist for POSITION in the query results,
the cell 1 is set to NULL. Same criteria for the remaining
80 cells.
I am planning the following; I would appreciate if
somebody could give any input/suggestions.
I add 81 text Boxes to the report for 81 cells and in
the "Report Open" method, I will use the code:
Me!text1.text= iif([POSITION] =1, [FIELDNAME]," " )
....
But it's not working. Could some one help me with this
problem?
TIA,
Sheela.
2002 version.
This report record source is from a query (based on one
table). I need to show the information in a matrix form (9
by 9) with 81 cells. Some thing like below.
1 2 3 .. 9
10 11 ..
... .. .. .. ..
73 74 81
There is field called "POSITION" in the source records,
whose values run from 1 through 81. If the POSITION value
is 1, the report shows some other fields values in cell 1.
If there is no 1 exist for POSITION in the query results,
the cell 1 is set to NULL. Same criteria for the remaining
80 cells.
I am planning the following; I would appreciate if
somebody could give any input/suggestions.
I add 81 text Boxes to the report for 81 cells and in
the "Report Open" method, I will use the code:
Me!text1.text= iif([POSITION] =1, [FIELDNAME]," " )
....
But it's not working. Could some one help me with this
problem?
TIA,
Sheela.