G
Guest
I have an Excel file that runs some VBA to get info from Access. What I have
Set db = CurrentD
Set QDef = db.QueryDefs("MyQuery"
QDef![Enter Grp] =
This works. But I can't fugure out how to run this if I want my parameter to be "<=2" - or any kind of wildcards for that matter
What am I missing
Thank
Dion
Set db = CurrentD
Set QDef = db.QueryDefs("MyQuery"
QDef![Enter Grp] =
This works. But I can't fugure out how to run this if I want my parameter to be "<=2" - or any kind of wildcards for that matter
What am I missing
Thank
Dion