G
Guest
I can't seem to find the right solution for this. I simply need to revise
this to query the current year:
SELECT tblComplaints.DateReceived, tblComplaints.PrimaryReason,
tblComplaints.ProductionFacility
FROM tblComplaints
WHERE
(((tblComplaints.ProductionFacility)=[Forms]![frmComplaintQueriesReports]![cbFacility])) OR ((([Forms]![frmComplaintQueriesReports]![cbFacility]) Is Null))
ORDER BY tblComplaints.PrimaryReason;
[DateReceived] is the field I need to set the criteria for but nothing seems
to be working.
I appreciate your help!
this to query the current year:
SELECT tblComplaints.DateReceived, tblComplaints.PrimaryReason,
tblComplaints.ProductionFacility
FROM tblComplaints
WHERE
(((tblComplaints.ProductionFacility)=[Forms]![frmComplaintQueriesReports]![cbFacility])) OR ((([Forms]![frmComplaintQueriesReports]![cbFacility]) Is Null))
ORDER BY tblComplaints.PrimaryReason;
[DateReceived] is the field I need to set the criteria for but nothing seems
to be working.
I appreciate your help!