G
Guest
I'm inheriting someone else's code who used the Global declaration to declare
variables (see sample code below). Is Global the right thing to use here or
should we be using Public. Any major differences, if any?
Global mydbase As Database
Global rs As Recordset
Global strSQL As String
Option Compare Database
Option Explicit
Public Function CheckSetup()
variables (see sample code below). Is Global the right thing to use here or
should we be using Public. Any major differences, if any?
Global mydbase As Database
Global rs As Recordset
Global strSQL As String
Option Compare Database
Option Explicit
Public Function CheckSetup()