G
Guest
For example (in a module of an Access project):
Global xx as String
versus using
Public xx as String
When declaring similar variables to reference objects, is there any
difference between using the keyword global and the keyword public.
Global xx as String
versus using
Public xx as String
When declaring similar variables to reference objects, is there any
difference between using the keyword global and the keyword public.