Referencing Closed forms

  • Thread starter Thread starter Rashar Sharro via AccessMonster.com
  • Start date Start date
R

Rashar Sharro via AccessMonster.com

Hi,

Is it possible to reference a closed form? If so what would be the syntax?

I've tried Forms!frmTerms!shipVal, but I realize this won't work if my form
frmTerms is not opened.

Thanks,

Rashar
 
You can't reference to a close form, and there is no point for it because
there is no data to refer to.
 
Back
Top