I am using Access 2007.
I have a form with a control that does a calculation based on two other controls, and all three are fields in the same table.
The table is called tblWorkFile and the controls are RegRate and RegHours, and these are multiplied together in the control source for RegAmount. I want the user to be able to update/change the RegHours and thereby update the RegAmount calculation which should update the corresponding field.
I am struggling with the SetValue macro command in the AfterUpdate property of the RegAmount control. I have the Item as tblWorkFile!RegAmount and the Expression is Form!RegRate against Form!RegHours.
What am I doing wrong? Can someone please help? Any input would be greatly appreciated.