I've written this piece of code to requery a subform but can't get it to work when executed I get the following error :-
There is no field 'Forms![Switchboard]![Status not passed to supervisor subform]' in the current record.
Please advise
There is no field 'Forms![Switchboard]![Status not passed to supervisor subform]' in the current record.
Code:
DoCmd.Requery "Forms![Switchboard]![Status not passed to supervisor subform]"
Please advise