I have 4 different tables for loads for different companies and one of additional payments. I am trying to create a query so i may create a report for payroll. I am using multiple tables because the info for each is very different and there are hundreds of loads a day
tblDrivers- all other tables are related - has info on drivers and pay percentages
tblWhiteLoads- loads from White... I also have a query of white loads that just provides info i would use for payroll. Driver, LoadDate, CustName, and the driver pay for the load
tblGPLoads - Loads from GP... also have query same as white
tblTank - Loads from tanks... same as above
tblAdditionalWork - extra bonuses and work besides main work to be added to payroll - Driver, Date, reason, amount
I am wanting to query so all the data comes in one report so I can sort through and create one simple printoff for payroll instead of printing 4 pages out and calculating them after. this is the only thing i lack to completing my database and it is incredibly frustrating. If there is a better way i could do this let me know. I would like the report to just have Driver, Date, Customer, Driver pay. I know that is for reports but i thought id share if it would be easier doing it another way.
HELP PLEASE AND THANK YOU!!!