M
Maark R
error 2450: Can't find Form
On my switchboard form, I have a tiny subform with a
single field named TBD that has a query as a source which
counts records that have a flag turned on.
When I click my close form command_button of my main form
to return to switchboard, I want to requery tiny_subform,
so that the "flag count" is updated.
So in my command_close of MAINFORM I have:
Forms!tiny_subform!TBD.Requery
but I get error 2450
On my switchboard form, I have a tiny subform with a
single field named TBD that has a query as a source which
counts records that have a flag turned on.
When I click my close form command_button of my main form
to return to switchboard, I want to requery tiny_subform,
so that the "flag count" is updated.
So in my command_close of MAINFORM I have:
Forms!tiny_subform!TBD.Requery
but I get error 2450