G
Guest
Hi
I have a form frmA and two subforms on frm A - frmB where data is entered
and frmC which displays results of calculations based on values in text boxes
on frmA and frmB.
The refresh or requery on the underlying recordset I run on the On Exit
event of a text box on frmB isn't updating the totals on frmC. In addition to
the refresh & recordset requery I have tried issuing a "DoCmd.DoMenuItem
acFormBar, acRecordsMenu, 5, , acMenuVer70" to no avail.
However I do have a refresh button on frmA that runs "DoCmd.DoMenuItem
acFormBar, acRecordsMenu, 5, , acMenuVer70" twice and thus correctly displays
the calculations on frmC, but I want the screen to update automatically,
without user intervention. What am I doing wrong?
Any help would be greatly appreciated.
I have a form frmA and two subforms on frm A - frmB where data is entered
and frmC which displays results of calculations based on values in text boxes
on frmA and frmB.
The refresh or requery on the underlying recordset I run on the On Exit
event of a text box on frmB isn't updating the totals on frmC. In addition to
the refresh & recordset requery I have tried issuing a "DoCmd.DoMenuItem
acFormBar, acRecordsMenu, 5, , acMenuVer70" to no avail.
However I do have a refresh button on frmA that runs "DoCmd.DoMenuItem
acFormBar, acRecordsMenu, 5, , acMenuVer70" twice and thus correctly displays
the calculations on frmC, but I want the screen to update automatically,
without user intervention. What am I doing wrong?
Any help would be greatly appreciated.