I am a beginner to intermediate access user. I have recently gotten a new job and my first assignment is to change the company's records from Excel to Access. I have done most all of the work and things have gone good. I have come across a problem. My supervisor has asked for a report and I can't get it to work.
Our main product purchased is coal and it comes from 3 suppliers. I have tables, forms, queries, and reports already made that shows daily deliveries of all the suppliers. The one thing that has not been tracked is what my supervisor orders at the beginning of the month. He orders one total amount through a broker (i.e. 60,000 tons). What he wants to see at any given time during the month is the total amount ordered (60,000 tons), each individual suppier's "to date" total coal hauled in and the balance of what needs delivered for the remainder of the month and he only needs to see summary figures(no details). The report should show the following:
Total Coal Ordered
minus
Total Coal Delivered (showing each supplier's up to date total individually)
=
Balance left to deliver
I've tried a join query and a union query but the problem is that the table that I made for "Coal Ordered" is only one date(the first of the month) and my "Supplier" table has every day of the month in it. I would appreciate some help in this and if someone needs more info, please let me know.
Our main product purchased is coal and it comes from 3 suppliers. I have tables, forms, queries, and reports already made that shows daily deliveries of all the suppliers. The one thing that has not been tracked is what my supervisor orders at the beginning of the month. He orders one total amount through a broker (i.e. 60,000 tons). What he wants to see at any given time during the month is the total amount ordered (60,000 tons), each individual suppier's "to date" total coal hauled in and the balance of what needs delivered for the remainder of the month and he only needs to see summary figures(no details). The report should show the following:
Total Coal Ordered
minus
Total Coal Delivered (showing each supplier's up to date total individually)
=
Balance left to deliver
I've tried a join query and a union query but the problem is that the table that I made for "Coal Ordered" is only one date(the first of the month) and my "Supplier" table has every day of the month in it. I would appreciate some help in this and if someone needs more info, please let me know.