I have a form with Name (drop down list), start date and end date. All of these fields are outbound
This form is linked to a Report and the report is based on a query.
I created a command (PRINT PREVIEW) for Report in the form where depending on the name and dates I select, the individual report pulls up.
I have this code
Code:
Between [Forms]![frmAttendance]![StartDate] And [Forms]![frmAttendance]![EndDate]
in my query under the EVENTDATE column
and I have this code under NAME Column
Code:
[Forms]![frmAttendance]![cmbName]
It was working perfectly fine at one time until I don't know what settings I did. Right now it shows me the blank report only.
PLEASE HELP! IN DESPERATE NEED!
THank you