AidanEnos
MIS
- Dec 11, 2000
- 189
What I am trying to accomplish long winded is this...
Main Switchboard Command button
On Click Opens Unbound form "CustomerIDSelect"
CustomerIDSelect After Upate Opens Query "EndUserInformationQuery"
This Query has all of the fields in the EndUserInformationTable - they are to be displayed in the report. The Query has only 1 criteria...
DLookUp("SmartName","CustomerIDSelectForm","SmartName = '" & [SmartName] & "'")
Essentially this criteria is designed to take the selection made from the CustomerIDSelectForm, use that result as the 'filter' for the report and run the report.
Now... the report fits 3 wide on a standard page in Landscape format. I am having some limited successes along the way - I'm finding that the Criteria isn't having any impact on what records are retreived... and that the report only puts 1 record per page - where I want it to put 3.
Any advice or what additional information can I provide to help this make more sense.
Thanks.
Main Switchboard Command button
On Click Opens Unbound form "CustomerIDSelect"
CustomerIDSelect After Upate Opens Query "EndUserInformationQuery"
This Query has all of the fields in the EndUserInformationTable - they are to be displayed in the report. The Query has only 1 criteria...
DLookUp("SmartName","CustomerIDSelectForm","SmartName = '" & [SmartName] & "'")
Essentially this criteria is designed to take the selection made from the CustomerIDSelectForm, use that result as the 'filter' for the report and run the report.
Now... the report fits 3 wide on a standard page in Landscape format. I am having some limited successes along the way - I'm finding that the Criteria isn't having any impact on what records are retreived... and that the report only puts 1 record per page - where I want it to put 3.
Any advice or what additional information can I provide to help this make more sense.
Thanks.