G
Guest
I have a form that includes a text box, Multiplier. When the user changes
the value of the multiplier, I have an AfterUpdate event that updates the
values of a table, Totals.
There is a subform within this form. Then another subform within that one.
The second subform is datasheet view form of the Totals table.
In the AfterUpdate event, after updating the values in the table, I use:
Forms!frmProposal![frmSummary subform].Form![frmResourceCodeTotals
subform].Form.Recalc
Forms!frmProposal![frmSummary subform].Form.Recalc
Forms!frmProposal.Form.Recalc
The values are not being updated. But if I retype the new multiplier and
hit enter, it does update the values. It does work with requery, but its not
user-friendly that the focus goes to the first control on the form.
Any suggestions would be much appreciated.
Rob
the value of the multiplier, I have an AfterUpdate event that updates the
values of a table, Totals.
There is a subform within this form. Then another subform within that one.
The second subform is datasheet view form of the Totals table.
In the AfterUpdate event, after updating the values in the table, I use:
Forms!frmProposal![frmSummary subform].Form![frmResourceCodeTotals
subform].Form.Recalc
Forms!frmProposal![frmSummary subform].Form.Recalc
Forms!frmProposal.Form.Recalc
The values are not being updated. But if I retype the new multiplier and
hit enter, it does update the values. It does work with requery, but its not
user-friendly that the focus goes to the first control on the form.
Any suggestions would be much appreciated.
Rob