R
Rashar Sharro via AccessMonster.com
Hi,
I have some code that looks for a form that it cannot find. What happens, is
that I enter a value in my sfrmProducts, and when I go to enter another value,
I get the message,
"Microsoft Access can't find the field referred to in your expression. You
may have misspelled the field name, or the field may have been renamed or
deleted"
I have ensured that all forms are spelled correctly.
I have a main form called frmLCORDER.
That main form has a subform called ChForm which source object is frmProducts.
In the frmProducts form lies another subform called sfrmProducts.
Can anyone verify the following code?
Set frm = Forms!frmLCORDER!ChForm!frmProducts!sfrmLawn_Care_Products.Form
Thank you.
I have some code that looks for a form that it cannot find. What happens, is
that I enter a value in my sfrmProducts, and when I go to enter another value,
I get the message,
"Microsoft Access can't find the field referred to in your expression. You
may have misspelled the field name, or the field may have been renamed or
deleted"
I have ensured that all forms are spelled correctly.
I have a main form called frmLCORDER.
That main form has a subform called ChForm which source object is frmProducts.
In the frmProducts form lies another subform called sfrmProducts.
Can anyone verify the following code?
Set frm = Forms!frmLCORDER!ChForm!frmProducts!sfrmLawn_Care_Products.Form
Thank you.