G
Guest
Hello
I'm sure I've done this before, but I can't remember how. I have a table, tblAttendance which keeps track of when clients in the database came in for services. It has many fields, but these are the important ones: ClientID, DateOf, GroupID
I want to create a query which with a running sum of the displayed records based on client ID. For instance, I would want the following output
ClientID DateOf GroupID GroupN
-----------------------------------------
22121 10/5/05 12345
22121 10/7/05 12345
22121 10/15/05 12345
23545 9/7/05 12212
23545 9/7/05 35353
23545 10/5/05 12345
I'm sure I've done this before, but I can't remember how. I have a table, tblAttendance which keeps track of when clients in the database came in for services. It has many fields, but these are the important ones: ClientID, DateOf, GroupID
I want to create a query which with a running sum of the displayed records based on client ID. For instance, I would want the following output
ClientID DateOf GroupID GroupN
-----------------------------------------
22121 10/5/05 12345
22121 10/7/05 12345
22121 10/15/05 12345
23545 9/7/05 12212
23545 9/7/05 35353
23545 10/5/05 12345