Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jasherk

  1. jasherk

    Passing a value from one form to another

    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...
  2. jasherk

    Newbie needs help, invalid ext number

    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...
  3. jasherk

    How to tell if MS-Access is active through VB

    Thanks VBrit Sorry it took so long to respond back. Works great. Cheers Mate!!!! Jason
  4. jasherk

    How to tell if MS-Access is active through VB

    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:\...
  5. jasherk

    How to tell if MS-Access is active through VB

    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

Part and Inventory Search

Back
Top