Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. caspar

    passing variables to "list all" in a querie.

    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...

Part and Inventory Search

Back
Top