FurryGorilla
Technical User
Lo all.
I've had a look through the forums and have found some similar posts but nothing I seem to do makes a difference.
I have 2 tabels, tblReportTotals and tblReportPlanned. I want to update the field named PlannedTime in the tblReportTotals table with the TotalTime field from the table named tblReportPlanned. There are 25 records in the Totals table and 16 in the Planned field so what I want is a query which will compare the machine numbers in each field to check that they match and, if they do, update the tblReportTotals table.
Unfortunately I've tried using joins but I haven't had any joy. Any help would be appreciated as I can run an update query which sets the fields to a specific value, but not from another tables values.
Many thanks
Chris
I've had a look through the forums and have found some similar posts but nothing I seem to do makes a difference.
I have 2 tabels, tblReportTotals and tblReportPlanned. I want to update the field named PlannedTime in the tblReportTotals table with the TotalTime field from the table named tblReportPlanned. There are 25 records in the Totals table and 16 in the Planned field so what I want is a query which will compare the machine numbers in each field to check that they match and, if they do, update the tblReportTotals table.
Unfortunately I've tried using joins but I haven't had any joy. Any help would be appreciated as I can run an update query which sets the fields to a specific value, but not from another tables values.
Many thanks
Chris