G
Guest
I have a database which had a form frmMainDataEntry which was opened from a
switchboard form. I needed to add a different DataEntry form and Cloned
frmMainDataEntry into frmDataEntryType1 and frmDataEntryType2;
(frmMainDataEntry was then deleted).
Each of the forms have a btnReturnToMenu whose OnClick event is a macro with
only a Close action (default close being to close the currently active form).
Whenever I click the button on the cloned forms an error message appears "MS
Access can't find the form frmMainDataEntry referred to in macro expression
or VB code". I've checked every macro and can't find any reference to this
now nonexistant form, and am not using any modules. I've used the documentor
and see no reference to this form in any of the form or macro listings. I've
tried setting the macro to an explicit Close|Form|frmDataEntryType1|Prompt
and the error message still occurs.
Is there something in the form naming process that is buried inside that
transferred when I cloned the new forms? Any help would be appreciated.
(I'm using Access 2002 although the db was converted from the original in
MSA97).
Townsend37
switchboard form. I needed to add a different DataEntry form and Cloned
frmMainDataEntry into frmDataEntryType1 and frmDataEntryType2;
(frmMainDataEntry was then deleted).
Each of the forms have a btnReturnToMenu whose OnClick event is a macro with
only a Close action (default close being to close the currently active form).
Whenever I click the button on the cloned forms an error message appears "MS
Access can't find the form frmMainDataEntry referred to in macro expression
or VB code". I've checked every macro and can't find any reference to this
now nonexistant form, and am not using any modules. I've used the documentor
and see no reference to this form in any of the form or macro listings. I've
tried setting the macro to an explicit Close|Form|frmDataEntryType1|Prompt
and the error message still occurs.
Is there something in the form naming process that is buried inside that
transferred when I cloned the new forms? Any help would be appreciated.
(I'm using Access 2002 although the db was converted from the original in
MSA97).
Townsend37