I am using MS Access 2000
I am loading a form that contains 2 subforms.
If I remove the second subform, it loads correctly, so I am assuming that it is my second subform that is giving me the grief.
Here is the message I get when I load the subform
If I step through the code, I don't get an error message.
My subform Link Master Fields is based off of a hidden text box that is on the main form.
Can someone point me in the right direction?
I am stumped on how to fix this.
I am loading a form that contains 2 subforms.
If I remove the second subform, it loads correctly, so I am assuming that it is my second subform that is giving me the grief.
Here is the message I get when I load the subform
Code:
This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables."
If I step through the code, I don't get an error message.
My subform Link Master Fields is based off of a hidden text box that is on the main form.
Can someone point me in the right direction?
I am stumped on how to fix this.