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 all" cities and "all boats" option... What do i pass to
these variables to "list all" ???
Please help!!!
Cassandra McInnes
[sig][/sig]
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 all" cities and "all boats" option... What do i pass to
these variables to "list all" ???
Please help!!!
Cassandra McInnes
[sig][/sig]