S
seeker
the following piece of code is intended to requery a subform
(frmcustomerlist) after a new customer is added. The following error occurs
--
there is not field named forms!frmsearchkeynamedoslook!frmcustomerlist in
the current record
when this code is reached
docmd.requery "forms!frmsearchkeynamedoslook!fromcustomerlist
It is true there is not a field by that name because that is the subform i
am wanting to requery. I even tried forms!frmsearchkeynamedoslook and the
same error occured -- there is not a field named forms!frmsearchkeynamedoslook
what am I missing. Thanks.
(frmcustomerlist) after a new customer is added. The following error occurs
--
there is not field named forms!frmsearchkeynamedoslook!frmcustomerlist in
the current record
when this code is reached
docmd.requery "forms!frmsearchkeynamedoslook!fromcustomerlist
It is true there is not a field by that name because that is the subform i
am wanting to requery. I even tried forms!frmsearchkeynamedoslook and the
same error occured -- there is not a field named forms!frmsearchkeynamedoslook
what am I missing. Thanks.