RV,
I am a little confused here is the SQL for the query. This pulls up every load. What i am actually planning to do is have a form with some control buttons on it to find specific loads. The control button will say find a load by MC#, are Find a load by Load#, etc., you click the button, it will prompt you for the mc# are the load#, then find all the loads with that MC#, are load# matching, and so forth. I will generalize your sulotion to the rest of the query.
Thank you for your help Chris
SELECT LOAD.[Load#], LOAD.Agent, LOAD.TruckMC, LOAD.TruckCom, LOAD.ContactName, LOAD.Driver, LOAD.[Driver Cell], LOAD.PuCompany, LOAD.PuDate, LOAD.PUTime, LOAD.[PU#], LOAD.PuAddress, LOAD.PuCity, LOAD.PuState, LOAD.PuPo, LOAD.PuPhone, LOAD.AddPu, LOAD.PuComments, LOAD.Equipment, LOAD.DelDate, LOAD.DelTime, LOAD.DelCompany, LOAD.DelAddress, LOAD.DelCity, LOAD.DelState, LOAD.DelPo, LOAD.DelPhone, LOAD.AddDel, LOAD.DelComments, LOAD.BrokerCom, LOAD.Milleage, LOAD.RatePerMile, LOAD.FreightRate, LOAD.FuelSurcharge, LOAD.TarpFee, LOAD.TotalFreight, LOAD.TruckPay, LOAD.Profit, LOAD.TruckEvaluation, LOAD.CustomerID
FROM LOAD;