S
Steve
I have a very simple database that I just created with the following tables:
tblClient
ClientID
ClientFirstName
ClientLastName
tblCaseManagement
CaseMngID
ClientID
EmloyeID
Date
Time
Type
CaseMngNotes
tblCaseMngType
CaseMngTypeID
CaseMngType
tblEmployee
EmployeeID
EmployeeName
I am trying to create a simple report that shows the client name and the
dates they received case management. I'd like for it to show the clients
name at the top and in the detail section I'd like the Date, Employee, Time,
Type, and Notes. I have based my report on a query that includes fields
from tblClient, tblCaseManagement, and tblEmployee. It shows everything I
need except the Type is the CaseMngID. How can I get it to show the
CaseMngType instead of the CaseMngID? I think I need to create a text box
that contains an IIF statement but I'm not sure. Can anyone help me. I
just want it to show Office instead of 1 or Home instead of 2.
TIA
Steve
tblClient
ClientID
ClientFirstName
ClientLastName
tblCaseManagement
CaseMngID
ClientID
EmloyeID
Date
Time
Type
CaseMngNotes
tblCaseMngType
CaseMngTypeID
CaseMngType
tblEmployee
EmployeeID
EmployeeName
I am trying to create a simple report that shows the client name and the
dates they received case management. I'd like for it to show the clients
name at the top and in the detail section I'd like the Date, Employee, Time,
Type, and Notes. I have based my report on a query that includes fields
from tblClient, tblCaseManagement, and tblEmployee. It shows everything I
need except the Type is the CaseMngID. How can I get it to show the
CaseMngType instead of the CaseMngID? I think I need to create a text box
that contains an IIF statement but I'm not sure. Can anyone help me. I
just want it to show Office instead of 1 or Home instead of 2.
TIA
Steve