Hi. I am writing a job costing project in access and am having a little trouble. I have a combo box with this as its source:
SELECT DISTINCT Hoist.Manufacturer FROM Hoist ORDER BY Hoist.Manufacturer;
How can I add the "all" to this so I can have a future recordset select all hoists instead of just the manufacturer selected in this combo box?
Bill
SELECT DISTINCT Hoist.Manufacturer FROM Hoist ORDER BY Hoist.Manufacturer;
How can I add the "all" to this so I can have a future recordset select all hoists instead of just the manufacturer selected in this combo box?
Bill