Global Variables in Queries

benc

Registered User.
Local time
Today, 20:22
Joined
Dec 31, 2001
Messages
57
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
 
Look at Pat Hartman's post in the FAQ forum...
 

Users who are viewing this thread

Back
Top Bottom