Expression Referencing Unloaded Form

J

JDJones

I have three text boxes in the header of a form that reference an unloaded
form. The result is #Name. The expression is: =Forms!YearTbl_Form!Year1

Does the form need to be loaded to give me the result I need?
 
D

Douglas J. Steele

JDJones said:
I have three text boxes in the header of a form that reference an unloaded
form. The result is #Name. The expression is: =Forms!YearTbl_Form!Year1

Does the form need to be loaded to give me the result I need?

Yes, it does.
 
Top