I'm trying to generate a crystal report based on this sql statement.
SELECT distinct a.vehicleno, a.type, a.division, a.assignment, a.divisiondirector, a.makemodel
FROM vehicllookup a
WHERE a.vehicleno <= 999 and a.makemodel not like '%trailer%'
and a.vehicleno NOT IN (SELECT vehicleno FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.