E
Ernie
I am currently using a function as the data source for a report that
displays inventory at certain warehouses. I am using LIKE @Warehouse
and LIKE @PartNumber parameter query prompts in the CRITERIA section of
the function to help filter the report. The user can enter specific
warehouse or part data OR they can enter % as a wildcard to display ALL
inventory and/or ALL part data.
The problem with this is that the user has to know the warehouse and
part number data or the report is blank.
To solve, I have created a form with Warehouse and PartNumber comb
boxes that the user can select a warehouse and part number.
HOW do I pass these selections (including the wildcard %) to the
function's criteria field to generate the same report?
Any help is GREATLY appreciated.
displays inventory at certain warehouses. I am using LIKE @Warehouse
and LIKE @PartNumber parameter query prompts in the CRITERIA section of
the function to help filter the report. The user can enter specific
warehouse or part data OR they can enter % as a wildcard to display ALL
inventory and/or ALL part data.
The problem with this is that the user has to know the warehouse and
part number data or the report is blank.
To solve, I have created a form with Warehouse and PartNumber comb
boxes that the user can select a warehouse and part number.
HOW do I pass these selections (including the wildcard %) to the
function's criteria field to generate the same report?
Any help is GREATLY appreciated.