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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JohnTulley

    Email Automation

    I would like to get Outlook to do the following. 1. Check incoming emails for sender's name, subject and attachement. 2. Save the attachement locally. 3. Run a MS Excel VBA macro that processes the saved file. 4. Sends the processed file back to the sender. Is the possible with Outlook? Would...
  2. JohnTulley

    Opening Recordset Causes Access to Crash

    I have 2 ideas 1 Add the foolowing before Set dbs = CurrentDb Dim dbs as Database Dim rst as Recordset 2 Put the strSQL into a Query and save it and change Set rst = dbs.OpenRecordset("QueryName") Also check References. Might help
  3. JohnTulley

    Recursively Fill A TreeView

    Does anyone have a 2002 VBA procedure to recursively fill a TreeView. I've found a 97 version on MS Knowledge base No. 167309, but I can't get it to work in 2002. Any help would be greatfully recieved.
  4. JohnTulley

    Caption Text

    Could anyone show / explain how I can read the Caption text of the Field properties of a table in VBA, preferably using a recordset. Any help would be greatfully received.

Part and Inventory Search

Back
Top