Expression Referencing Unloaded Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top