I don't know if this is possible, but I hope it is!! I have a table, generated by a make table query. The table is then the source for a report. Basicly, I want to be able to do a custom group by in the report. Each record in the table has a field called group#. I don't want to just group by group#, I need to be able to group by certain group numbers. For example, any records with group 0005 & 0019 would be treated the same, and any records with 9999 & 0014 & 0022 might be treated the same. Then I want to say, group all other records together. how can I do this? I thought about using append queries instead, and specifying the group#'s as criteria, but I also want a group header to say, the below records are for group 0005 & 0019.
anybody know if this is possibe? I'm sure it is!! I don't mind having to change from a make table query to append queries, that wouldn't be a problem, 'cause it'd still be just a once off - once I've done it once, I won't have to do it again.
anybody know if this is possibe? I'm sure it is!! I don't mind having to change from a make table query to append queries, that wouldn't be a problem, 'cause it'd still be just a once off - once I've done it once, I won't have to do it again.