Save record on other form

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top