richard luft
Registered User.
- Local time
- Today, 08:57
- Joined
- Jun 4, 2004
- Messages
- 63
Hope Someone an help with the following problem. I'm trying to open a report based on tblReports, which has fields reportID, CustomerID, and txtReport. I'd like to use a dialog form to select the customer from a cboselectcustomer, and then use cmdbtn to open the report to show the customer and the txtreport (along with some other fields served by Dlookup values). Note that the primary key of tblReports is ReportID. Also, the recordsource for the report is tblreports.
Somehow, I can't seem to get the 'where' clause of my openreport macro in correct form to do what I want. Any help would be appreciated.
TIA,Richard
Somehow, I can't seem to get the 'where' clause of my openreport macro in correct form to do what I want. Any help would be appreciated.
TIA,Richard