several scores in report

  • Thread starter Thread starter Runner c
  • Start date Start date
R

Runner c

Hi!
This is probably alot simplier than I'm making it, but I seem to be stuck.

I have two tables joined together that allow me to link patients, episodes of
care, and their various test scores. I have a form that lets me input data
easily for each patient. The problem: how do I print out a report that lists
each patient's name and then the corresponding score.....some patients have 1
score, others have up to six different scores...

I;m looking for something that will look similar to:

Doe, John 28 52 97 68
Smith, R. 36 15
Jones, P. 15 32 55 57

My fields are:

Thanks in advance!

Bob Cannata
 
You showed us how you want your data displayed in the report but no
information was given regarding the table and field names you are working
with. Is your data properly normalized?
 
Back
Top