Hi
I have a number of queries that are passed criteria via code
Query view:
|Field |CusLastName | etc.
|Table | CusTable |
|Criteria |Queryprop("Pass"
|
Example Code:
"Function Queryprop(Prop) As String
Queryprop = Currentprop
End Function"
This works fine when the values are defined : "Smith"
The problem is when I want the query to pass all values
"*"
It does not recognize the *
How can I get it to show all CusLastNames as a passed value in function Queryprop.
Thanks
Claude
I have a number of queries that are passed criteria via code
Query view:
|Field |CusLastName | etc.
|Table | CusTable |
|Criteria |Queryprop("Pass"
Example Code:
"Function Queryprop(Prop) As String
Queryprop = Currentprop
End Function"
This works fine when the values are defined : "Smith"
The problem is when I want the query to pass all values
"*"
It does not recognize the *
How can I get it to show all CusLastNames as a passed value in function Queryprop.
Thanks
Claude