R
RedHeadedMonster via AccessMonster.com
I have a main form: ConfigUpdate that holds several subforms. One subform is
entitled Config the other is ConfigWorkTotals. What Im trying to do is
update / refresh / requery ConfigWorkTotals when an item is updated in Config.
I've tried several different things on the AfterUpdate:
Forms!ConfigUpdate!ConfigWorkTotals.refresh
Forms!ConfigWorkTotals.refresh
Keep getting the same message that it can't locate the form. What am I doing
wrong?
RHM
entitled Config the other is ConfigWorkTotals. What Im trying to do is
update / refresh / requery ConfigWorkTotals when an item is updated in Config.
I've tried several different things on the AfterUpdate:
Forms!ConfigUpdate!ConfigWorkTotals.refresh
Forms!ConfigWorkTotals.refresh
Keep getting the same message that it can't locate the form. What am I doing
wrong?
RHM