True enough you can use a global public var.
I'm kinda just re-learning vb as well.
What I did is:
Form1
Private mlngContactID as variant
in form1 (declarations section)
Form2
Public Property Get ContactID() As Long
On Error GoTo Get_ContactID_Error
ContactID = mlngContactID...
Somehow I've been blessed with being the TelCom dude. It would appear that some how in the last couple of weeks, the system has been messing up.
Scenerio
We get a call to our 800 line. The caller enters the extention of the person they wish to speak to. If the extention is in use, then the...
Thanks VBrit,
I think I should explain what I'm doing a little more clearly. Sometimes I take shortcuts, and am not clear.
When the user clicks on the MC button, it should run the access code my "BOSS" wrote"
Set moAccess = New Access.Application
moAccess.OpenCurrentDatabase "C:\...
I'm working on a vb app, that has to call a MS-Access app. I would like to know if there is a way to check and see if the MS-Access app is active or not, so that my program can continue.
vb6, ms-access 2000
Thanks
Jason
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.