sjpistolesi
Programmer
ACCESS 2000:
I'm moving a DOS programmed [old Fox-Pro and previously CLIPPER] legacy system to ACCESS 2000.
I'm trying to group by a specific of ACCTID, but not in ascending order, which appears to be the only selectable criteria.
[1] Must first group by ACCTID and ACCTCODE(ascending the right 3 characters) using a query. The query I've written assembles the records, grouped correctly (but the groups are in ascending order).
[2] But when actually printing, I must output the ACCTID groups in a distinct [user required] order that is neither ASC or DESC ....
(In the original programming, this is done by sequential "do while's" for each ACCTID group, in the desired, specific order, as the records are sent to the printer.)
Any suggestions on how I can control the group order as an ACCESS report?
Sandy
I'm moving a DOS programmed [old Fox-Pro and previously CLIPPER] legacy system to ACCESS 2000.
I'm trying to group by a specific of ACCTID, but not in ascending order, which appears to be the only selectable criteria.
[1] Must first group by ACCTID and ACCTCODE(ascending the right 3 characters) using a query. The query I've written assembles the records, grouped correctly (but the groups are in ascending order).
[2] But when actually printing, I must output the ACCTID groups in a distinct [user required] order that is neither ASC or DESC ....
(In the original programming, this is done by sequential "do while's" for each ACCTID group, in the desired, specific order, as the records are sent to the printer.)
Any suggestions on how I can control the group order as an ACCESS report?
Sandy