'This is declared at the module level (Declarations)
Global Const Mytable = vbRSTypeTable
'This is my Sub_Main and it is in the same module
Dim Wheresitat$
'***Get where the databases are*******
Wheresitat = app.Path & "\OnABC.Mdb"
Set PayDB = OpenDatabase(Wheresitat$...
Hi, I am moving an application that I wrote in vb3, or attempting to anyways, into VB5. VB5 will not allow for the Global declaration of Tables and Snapshots. How do I make these global variables in VB5. Thank You
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.