davidrsutton
Programmer
I'm sure this has been answered elsewhere on here but I can't seem to find it!
I have a form (frmContract) that is based on a query using 2 tables (tblContract and tblPost). On this form are 3 fields ([Hours], [tblPost].[hours] and [JobSection]). the field [Hours] is a calculated control (= [tblPost].[Hours]*[JobSection]).
Now, all I want to do is save the result of this calculation into the [Hours] field of the underlying table tblContract. I have found answers on MS knowledge base using SetValue in a Macro but it doesn't seem to work with Access 97.
Any help or ideas will be greatly appreciated!
Many thanks,
Dave S.
I have a form (frmContract) that is based on a query using 2 tables (tblContract and tblPost). On this form are 3 fields ([Hours], [tblPost].[hours] and [JobSection]). the field [Hours] is a calculated control (= [tblPost].[Hours]*[JobSection]).
Now, all I want to do is save the result of this calculation into the [Hours] field of the underlying table tblContract. I have found answers on MS knowledge base using SetValue in a Macro but it doesn't seem to work with Access 97.
Any help or ideas will be greatly appreciated!
Many thanks,
Dave S.