G
Guest
I have the following command:
recSet3.Open "SELECT * from invtiv_PRINTER where PRINTER_MODEL = '" &
ws_printer_model & "'"
However, I want the SELECT to return a record on matching TEXT, not on
matching TEXT and CASE. So if I'm looking for (in my table):
"HP DeskJet 690C", and my ws variable contains:
"hp deskjet 690c", I want the record.
I have been unable to locate a solution to this issue in the MS help files.
Any ideas on what I need to do would really be appreciated.
Thanks!
recSet3.Open "SELECT * from invtiv_PRINTER where PRINTER_MODEL = '" &
ws_printer_model & "'"
However, I want the SELECT to return a record on matching TEXT, not on
matching TEXT and CASE. So if I'm looking for (in my table):
"HP DeskJet 690C", and my ws variable contains:
"hp deskjet 690c", I want the record.
I have been unable to locate a solution to this issue in the MS help files.
Any ideas on what I need to do would really be appreciated.
Thanks!