SELECT DISTINCT Operators.SupplierName
FROM Operators INNER JOIN Boats ON Operators.SupplierID = Boats.Operator
WHERE (((Operators.City)='MMColParam') AND ((Boats.Type)='MMColParam1'))
This query works fine when a city and a boat type are selected. However i
wish to have a "view...
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.