T
TRose
I have a form named Account which includes a sub form named Risk. Risk
includes a sub form named Assertion. Assertion includes a combo box named
AssertionSelect whose data is based upon the record in the Account form.
However, the data in AssertionSelect does not refresh when the record in the
Account form changes. (Note that the names of the sub forms above are the
names of the controls on the higher forms, not the names of the underlying
forms.)
I have found that, after changing the Account record, I can manually refresh
the AssertionSelect data by clicking on the combo box and hitting "F9". I am
trying to write a macro (on the Current event of the Account form) using the
Requery action to do this automatically, but I haven't been able to find the
right syntax combination so that the macro finds the combo box and updates
it. Any suggestions would be greatly appreciated.
includes a sub form named Assertion. Assertion includes a combo box named
AssertionSelect whose data is based upon the record in the Account form.
However, the data in AssertionSelect does not refresh when the record in the
Account form changes. (Note that the names of the sub forms above are the
names of the controls on the higher forms, not the names of the underlying
forms.)
I have found that, after changing the Account record, I can manually refresh
the AssertionSelect data by clicking on the combo box and hitting "F9". I am
trying to write a macro (on the Current event of the Account form) using the
Requery action to do this automatically, but I haven't been able to find the
right syntax combination so that the macro finds the combo box and updates
it. Any suggestions would be greatly appreciated.