E
Ernie
In Access.mdb, I use Forms!FormName!ControlName in the Query criteria
field to filter a query. I need to do the same thing with an
Access.adp front end and a SQL in-line Function. Currently, I am
using two LIKE @'s in the function criteria fields to produce parameter
query prompts for my user. The problem is I don't know how to populate
the parameter query boxes with a drop down list for my user to be able
to select from a list. Also, the user needs to be able to select ALL
records. With the LIKE @, he enters a % sign as a wildcard filter.
Any idea's on how to create a drop down list in the parameter query
box? Better yet, if I can create a form where I can place both of my
drop down boxes to gather all of the criteria and pass it to the sql
function criteria to filter my data.
Form control's Warehouse, PartNumber
Need to pass what is selected in the Form control's Warehouse and
PartNumber fields to the criteria section of the function fields.
Function fields: WHSE, PN
Thanks.
field to filter a query. I need to do the same thing with an
Access.adp front end and a SQL in-line Function. Currently, I am
using two LIKE @'s in the function criteria fields to produce parameter
query prompts for my user. The problem is I don't know how to populate
the parameter query boxes with a drop down list for my user to be able
to select from a list. Also, the user needs to be able to select ALL
records. With the LIKE @, he enters a % sign as a wildcard filter.
Any idea's on how to create a drop down list in the parameter query
box? Better yet, if I can create a form where I can place both of my
drop down boxes to gather all of the criteria and pass it to the sql
function criteria to filter my data.
Form control's Warehouse, PartNumber
Need to pass what is selected in the Form control's Warehouse and
PartNumber fields to the criteria section of the function fields.
Function fields: WHSE, PN
Thanks.