C
CJ
Hi Groupies:
I have a continuous subform that keeps track of employee transactions
(fsubDailyBoxes). I have another subform visible (fsubEmpPay) that allows
the user to specify full or half day pay with yes/no fields for this
employee, full day is the default.
On fsubDailyBoxes, I select an employee from a combo box and it updates on
fsubEmpPay, the full day of pay is already selected but I can not get the
record to save.
I have tried setting the focus to fsubEmpPay and using
DoCmd.RunCommand acCmdSaveRecord to force the save but it did not work.
I have also tried using If me.dirty also without success.
I am obviously missing something critical.
Can somebody please fill me in on the details!
I have a continuous subform that keeps track of employee transactions
(fsubDailyBoxes). I have another subform visible (fsubEmpPay) that allows
the user to specify full or half day pay with yes/no fields for this
employee, full day is the default.
On fsubDailyBoxes, I select an employee from a combo box and it updates on
fsubEmpPay, the full day of pay is already selected but I can not get the
record to save.
I have tried setting the focus to fsubEmpPay and using
DoCmd.RunCommand acCmdSaveRecord to force the save but it did not work.
I have also tried using If me.dirty also without success.
I am obviously missing something critical.
Can somebody please fill me in on the details!