freightguy
Registered User.
- Local time
- Today, 10:50
- Joined
- Mar 1, 2016
- Messages
- 36
Hi All - I'm using code from http://www.baldyweb.com/multiselect.htm and hit a snag.
I'm not sure what the proper VBA syntax is when referring to a specific field in my query.
Table: dbo_tblARInvoice
Field: strOrderNumber
query name: qryToxic
Can anyone suggest the right syntax?
thank you
Code:
DoCmd.OpenReport "rptTSCA", acPreview, , " dbo_tblARInvoice![strOrderNumber] IN(" & strWhere & ")"
I'm not sure what the proper VBA syntax is when referring to a specific field in my query.
Table: dbo_tblARInvoice
Field: strOrderNumber
query name: qryToxic
Can anyone suggest the right syntax?
thank you