Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query Grid 1

Status
Not open for further replies.

ZOR

Technical User
Jan 30, 2002
2,963
GB
Am I using the correct syntax placed in a query grid to display all records found against the srring array of strList1

Symtax in query grid criteria produces no records

In (" & Mid(strList1, 2) & ")

Thanks

 
No, as the query builder doesn't know what strList1 is.
I think you have have to build the whole SQL in VBA.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Many thanks PHV. I thought I would put the question on this site as well as my last post. I had spent hours trying all permutaions, referencing around. Now I know the fact I can move on. Thanks again, have a star.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top