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 bkrike 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 hughg

  1. hughg

    Runtime error connecting to Access DB wth when PWD is set...

    Jack, sorry for delay in getting back to your question, but I was unable to look at the forum. to answer your questions; during debugging RTE is raised on attemping to execute the connections open method, and yes absolutely closed. thanks again, hugh
  2. hughg

    Runtime error connecting to Access DB wth when PWD is set...

    Thanks for that Jack, But I am now getting the following runtime err: "Couldn't find installable ISAM" Any suggestions?
  3. hughg

    Runtime error connecting to Access DB wth when PWD is set...

    I am trying to connect to an Access DB using a standard ADO connection object. This runs perfectly when I do not set a password for the database; Dim cn As Connection Set cn = New Connection With cn .Provider = "Microsoft.jet.OLEDB.3.51" .ConnectionString=...
  4. hughg

    EbExecuteLine?

    Strongm, as far as I can see the thread you listed doesn't actually offer an alternative, could you expand? Thanks.
  5. hughg

    OLE Callback faster than raised event?

    Is this true even for late bound objects....if so does can anybody give me an explanation as to why? thanks.
  6. hughg

    "QueryInterface" method of "IUnKnown" Interface ...?

    Does anybody know a way to call this?
  7. hughg

    How can i affect a funtion in way to give me a True or False Value?

    Do you mean Declare Function XXX (value as ###) AS Boolean If value = test then XXX = True Else XXX = False End If End Function Sub ToCallXXXFunction() Dim YYY as Boolean ... YYY = XXX(PassValueIntoXXX) ... End Sub
  8. hughg

    Recordset based on Excel

    Indeed!, Those (') things can be extremely annoying (and time consuming to eliminate, especially in situations where you also have to use a lot of these (") things too). Generally to avoid blindness, etc., I use a simple string variable like so: Dim strApostrophe as string strApostrophe =...

Part and Inventory Search

Back
Top