I am trying to create variable which would carry across all the users activities in MS Access.
So what I want to achieve is: The user opens the application and sets a region.
From that point onwards I want to be able to reference the region in my VBA commands that are triggered as the user moves between forms to limit data being displayed. How do I carry the variable through the various forms and queries or is it just a case of creating it as a parameter that is passed to each procedure as it is called?
Thanks