StellasGrandpa
Programmer
In my Access 97 app I have a report that lists a number of lab tests, some of which are bundled as panels. Currently I'm using a report detail line to display these. I would like to add some way of setting off which tests are included in the panel, and which are not. The ideal would be to have a box around the panel tests. However, an indented line, or even a beginning and end line such as "Begin Hepatic Panel" and "End Hepatic Panel" would work. Any ideas?
Example:
The following is my source query. I'm displaying only [Lab Test] and [ICD9Code]. The first 2 items (1&2) are individual tests, but items 4-8 are included in a panel, and items 9 on are additional individual tests. I would like to identify those five panel tests as being related, e.g. indented, or boxed as indicated above.
LabCode Lab Test ICD9Code LabOrder
CBC CBC 783.2 1
Ua Ua 595.9 2
Gluc Gluc 250.92 4
BUN BUN 576.5 5
Creat Creat 576.5 6
Ca++ Ca++ 576.5 7
Tot Prot Tot Prot 576.5 8
K+ K+ 783.2 9
Na+ Na+ 783.2 10
Thanks,
Gary
Example:
The following is my source query. I'm displaying only [Lab Test] and [ICD9Code]. The first 2 items (1&2) are individual tests, but items 4-8 are included in a panel, and items 9 on are additional individual tests. I would like to identify those five panel tests as being related, e.g. indented, or boxed as indicated above.
LabCode Lab Test ICD9Code LabOrder
CBC CBC 783.2 1
Ua Ua 595.9 2
Gluc Gluc 250.92 4
BUN BUN 576.5 5
Creat Creat 576.5 6
Ca++ Ca++ 576.5 7
Tot Prot Tot Prot 576.5 8
K+ K+ 783.2 9
Na+ Na+ 783.2 10
Thanks,
Gary