T
tonyrulesyall
I am using Access XP for my project.
I put together a crosstab query. There are totals for many types
of groups.
For example:
a101 a108 a119 etc.
621.23 111.65 25.12
I would like to get my textbox in a report to be populated so
the first page has "a101" in it, the next page has "a108",
and the third page has "a109".
It is possible that the next time I run the report, I could have
totals for "a102", "a108" and "a120" (but not include "a101"
and/or "a119").
Is there a way to get these unique field names one page after the
other, without doing a loop through all the combinations, just
to find a match? There are many combinations, so this would take
a long time.
I put together a crosstab query. There are totals for many types
of groups.
For example:
a101 a108 a119 etc.
621.23 111.65 25.12
I would like to get my textbox in a report to be populated so
the first page has "a101" in it, the next page has "a108",
and the third page has "a109".
It is possible that the next time I run the report, I could have
totals for "a102", "a108" and "a120" (but not include "a101"
and/or "a119").
Is there a way to get these unique field names one page after the
other, without doing a loop through all the combinations, just
to find a match? There are many combinations, so this would take
a long time.