Global Vairables
Could someone just remind me how global variables work.
i have set a gv in my module :-
dim actype as string
how do i set the value from from a form
e.g. actype = me.frmactype
and how would i call this into a query criteria
e.g. [actype]
Thanks in advance
Could someone just remind me how global variables work.
i have set a gv in my module :-
dim actype as string
how do i set the value from from a form
e.g. actype = me.frmactype
and how would i call this into a query criteria
e.g. [actype]
Thanks in advance