M
Mike
I have a query built for selecting Progress Notes with
these fields:
CounselorName
ClientName
Date
Comments
I also have a report called ProgressNotes that has a
subform based on the query.
To select the records I want in the report, I have a form
called frmProgressNotes that has a control box for
selecting a CounselorName, a control box for selecting a
ClientName, a text box for StartDate and one for EndDate.
These controls are referenced in the query.
When I run the query, a window opens asking for
CounselorName, ConsumerName and Start and End dates. After
entering the information, the query runs perfectly and
pulls up the data needed.
My problem is that when I use the form for entering the
data to select the ProgressNotes, the report opens, but
doesn't show the records. All I get is the Header
title "Progress Notes" and nothing in the detail section.
Thanks for any advice!
these fields:
CounselorName
ClientName
Date
Comments
I also have a report called ProgressNotes that has a
subform based on the query.
To select the records I want in the report, I have a form
called frmProgressNotes that has a control box for
selecting a CounselorName, a control box for selecting a
ClientName, a text box for StartDate and one for EndDate.
These controls are referenced in the query.
When I run the query, a window opens asking for
CounselorName, ConsumerName and Start and End dates. After
entering the information, the query runs perfectly and
pulls up the data needed.
My problem is that when I use the form for entering the
data to select the ProgressNotes, the report opens, but
doesn't show the records. All I get is the Header
title "Progress Notes" and nothing in the detail section.
Thanks for any advice!