I want to do this:

select *
from Purchases 
left join tblStoreSales 
on Purchases.model=tblStoreSales.ISBN 
where tblStoreSales.ISBN is null
and Purchases.date<"2008-06-11"

in Base but not sure how to.  Why does it inject all these ` marks?

All I get is syntax error.

Thanks for the help,

Keith



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to