I have a table with the following fields:
Product
Gender
Proc
Dob
Srv_dt
Count_int_clm
I need to create a table with subtotals and total of int_count_clm as the following:
product Gender proc DOB Srv_dt Count_int_clm
HMO M 1111 12/14/1930 12/17/2007 1
12/15/1927 11/13/2007 1
12/17/1937 10/11/2007 2
SUBTOTAL 4
PPO F 4357 11/12/1935 5/6/2007 3
12/17/1940 6/3/2007 2
SUBTOTAL 5
TOTAL 9
How to implement it in Access? Could you please give me a hand!!!
Thank you in advance,,
Iren
Product
Gender
Proc
Dob
Srv_dt
Count_int_clm
I need to create a table with subtotals and total of int_count_clm as the following:
product Gender proc DOB Srv_dt Count_int_clm
HMO M 1111 12/14/1930 12/17/2007 1
12/15/1927 11/13/2007 1
12/17/1937 10/11/2007 2
SUBTOTAL 4
PPO F 4357 11/12/1935 5/6/2007 3
12/17/1940 6/3/2007 2
SUBTOTAL 5
TOTAL 9
How to implement it in Access? Could you please give me a hand!!!
Thank you in advance,,
Iren