C
Chad
I am having problems updating a table's records.
1. I have a large table with a lot of data that is
dumped into it. The records that I need to use are:
Table1:
total_hours
period_date
master
wrkpkg
2. I would like to update a field in a table called
hours which is the sum of Table.total_hours where
Table1.period_date = *specific date* AND master & wrkpkg
= the master & wrkpkg of the table that is going to be
updated. Can someone please tell me the easiest way to
do this. I keep getting an error that I need to use an
updatable query so would it be easier to create a table
then update it from there?
ANy suggestions would be greatly appreciated.
Chad
1. I have a large table with a lot of data that is
dumped into it. The records that I need to use are:
Table1:
total_hours
period_date
master
wrkpkg
2. I would like to update a field in a table called
hours which is the sum of Table.total_hours where
Table1.period_date = *specific date* AND master & wrkpkg
= the master & wrkpkg of the table that is going to be
updated. Can someone please tell me the easiest way to
do this. I keep getting an error that I need to use an
updatable query so would it be easier to create a table
then update it from there?
ANy suggestions would be greatly appreciated.
Chad