| |
meerkat
Posts: 16
Score: 0
Joined: 9/21/2008
Status: offline
|
Hi, I need to include something like the following in a vbscript:- query = "SELECT F1 AS DebtorName, F2 AS DebtorReference FROM SalesItems WHERE F4 NOT IN (SELECT F5 from salesitems where F5 <> ' ')" However, I am having a little difficulty with the single quote marks as vbscript thinks that anything onwards is a comment. I have tried putting the quote marks within double quotes but I get the same problem. Is there any quick and easy solution to this? meerkat
< Message edited by meerkat -- 10/14/2008 9:35:10 PM >
|
|