Hello.
I need help in setting a public constant global reference to a form in public module for convinience, so that all form modules could use it.
I've tried
Global Const frmParameters = Forms!frmMain!sfrmParameters.Form
I understand this is not the way as this is not a variable but an object reference.
Please help
thanks a lot, inso18
I need help in setting a public constant global reference to a form in public module for convinience, so that all form modules could use it.
I've tried
Global Const frmParameters = Forms!frmMain!sfrmParameters.Form
I understand this is not the way as this is not a variable but an object reference.
Please help
thanks a lot, inso18