C
Charles L. Snyder
Hi-
I have a Access 2003 DB - the main table has fields which include:
Name
Date
Procedure1
Procedure2
Procedure3
Procedure4
Procedure5
Some of the procedure fields may be empty
Another table has a list of procedures and their corresponding values
(RVU)
I am trying to create a query which sums the corresponding values for
Procedures 1 through 5 for all the records, sorted by month and year ie,
result is:
Jan 2,345
Feb 1,456
Mar 2,344
etc....
I can do this easily when each record in the main table has just one
procedure, but can't figure out how to do it when some records have
multiple procedures ??
TIA
CL Snyder
I have a Access 2003 DB - the main table has fields which include:
Name
Date
Procedure1
Procedure2
Procedure3
Procedure4
Procedure5
Some of the procedure fields may be empty
Another table has a list of procedures and their corresponding values
(RVU)
I am trying to create a query which sums the corresponding values for
Procedures 1 through 5 for all the records, sorted by month and year ie,
result is:
Jan 2,345
Feb 1,456
Mar 2,344
etc....
I can do this easily when each record in the main table has just one
procedure, but can't figure out how to do it when some records have
multiple procedures ??
TIA
CL Snyder