k, so the end-result is a report grouped by the Last_Name in alphabitical
order, with various record entries grouped by each last name. What I'm trying
to do is a running sum 'per' Last_name (or 'per group'). The problem with
doing it within the report is that each Last_Name has or may have 'duplicate
entries'...so it either does a running sum of each entry or just run sums the
entries per group and starts over each group. I want it to look like this:
1 Able,Roy Design div 04a13 Yes
Design div 04121 No
Design div 03415 Yes
2 Avis, Ray Human Res 03124 Yes
3 Bob, John Resources 0555 No
Problem part 2 is that I also need to be able to ADD names to this list and
I wish to set it up by letting people enter the info into a subform then
clicking on a box which will append details to appropriate tables. This is
where I need some process to sort again alphabitically and renumber based on
were they fall alphabitically. For example, if I added "Ackor, Ray" to the
above list:
1 Able, Roy Design div 04a13 Yes
Design div 04121 No
Design div 03415 Yes
2 Ackor, Ray Architecture 05553 No
3 Avis, Ray Human Res 03124 Yes
4 Bob, John Resources 05556 No
This is one of those picky things that the bosses want which doesnt make
'access' sense. So thanks for responding and any more help is greatly
appreciated. Ray