J
jfaz
I am going round in circles with this and would be grateful for any help
offered. It may be a case that I am missing something quite simple but
phrase wood and trees comes to mind!!!!!!!!!!!!!!!!!!!!!!!!!
I have a table TblJobTotals with the following fields.
Job Number, Trade (both these fields together make up the primary key),
Original hours, variation hours, completed hours original, completed hours
variation.
I need to populate this table with summary information from two additional
tables TblOriginal and TblVariation.
I have created queries over each of the tables grouping by job number and
trade and sum of hours.
I need to pass these summary totals to my TblJobTotals but am unsure how to
do it.
How can I create an update query which will drop the totals into the
relevant record based on job number and trade?
offered. It may be a case that I am missing something quite simple but
phrase wood and trees comes to mind!!!!!!!!!!!!!!!!!!!!!!!!!
I have a table TblJobTotals with the following fields.
Job Number, Trade (both these fields together make up the primary key),
Original hours, variation hours, completed hours original, completed hours
variation.
I need to populate this table with summary information from two additional
tables TblOriginal and TblVariation.
I have created queries over each of the tables grouping by job number and
trade and sum of hours.
I need to pass these summary totals to my TblJobTotals but am unsure how to
do it.
How can I create an update query which will drop the totals into the
relevant record based on job number and trade?