M
Mona-ABE
I'm trying to use the following code in vbscript on a data access page to
pull only the records whose vendor number ends in 01, and it's not working:
MSODSC.RecordsetDefs("tblVendors").ServerFilter = "VendorNum = " & "*01"
It works fine if I put just one specific vendor number (i.e. 11301) in the
place of *01 and it filters to that 1 record. Please tell me what I'm doing
wrong with the use of wildcards in my code.
pull only the records whose vendor number ends in 01, and it's not working:
MSODSC.RecordsetDefs("tblVendors").ServerFilter = "VendorNum = " & "*01"
It works fine if I put just one specific vendor number (i.e. 11301) in the
place of *01 and it filters to that 1 record. Please tell me what I'm doing
wrong with the use of wildcards in my code.