How can I query a recordset to bring back all records where the value = the value of a listbox?
select * from table
where listbox.value = table.field
the sql builder in visual interdev does not understand this.
Do I have to put this in the vbscript code? Please say no.
select * from table
where listbox.value = table.field
the sql builder in visual interdev does not understand this.
Do I have to put this in the vbscript code? Please say no.