R
Ryan W
I have a table has 3 fields: name, typeofcall, date, and medicalrecord. Name
is text, typeofcall has a value list of "1,2,3,4,5" and is a text field, date
is date field and medicalrecord is my PK
The user is going to be tracking the dates that they make phone calls to the
patients. As the user makes calls, I would like to develope a report that
would tell the user what typeofcall the patient is on. For ex:
Table:
Name TypeOfCall Date
Bob 1 1/1/2002
Bob 2 2/1/2002
Bob 3 3/1/2002
Ryan 1 1/20/2002
Ryan 2 2/20/2002
I would like my report to come out like this:
Name typeofcall
Bob 3
Ryan 2
Is this an Iif Statement? Your help would be very much appreciated!
Ryan
is text, typeofcall has a value list of "1,2,3,4,5" and is a text field, date
is date field and medicalrecord is my PK
The user is going to be tracking the dates that they make phone calls to the
patients. As the user makes calls, I would like to develope a report that
would tell the user what typeofcall the patient is on. For ex:
Table:
Name TypeOfCall Date
Bob 1 1/1/2002
Bob 2 2/1/2002
Bob 3 3/1/2002
Ryan 1 1/20/2002
Ryan 2 2/20/2002
I would like my report to come out like this:
Name typeofcall
Bob 3
Ryan 2
Is this an Iif Statement? Your help would be very much appreciated!
Ryan