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 Chriss Miller 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 cfoxhaley

  1. cfoxhaley

    Need SMTP email address from "EX" type address (Outlook)

    What a lifesaver! I took a quick look, and this should solve my problem, without any coding that I don't understand!!!. Thank-you!
  2. cfoxhaley

    Need SMTP email address from "EX" type address (Outlook)

    I'm afraid that didn't help me. I am even less familiar with LDAP than I am with Outlook.
  3. cfoxhaley

    Need SMTP email address from "EX" type address (Outlook)

    I currently have an Access 2003 database that analyzes user information stored in several corporate systems. I need to add the capability to compare the e-mail addresses I have in that database to those that are used in specific distribution list in the Global Address List in Outlook 2003(using...
  4. cfoxhaley

    Build Event - Default to Code Builder

    Fantastic! I knew it had to be out there somewhere. You've saved me countless mouse-clicks.!!!
  5. cfoxhaley

    Build Event - Default to Code Builder

    When I build an event on a button on a form in Access, is there a way to have the Choose Builder dialogue default to Code Builder instead of Expression Builder?
  6. cfoxhaley

    Access to Excel - Separate .xls for each Header

    Thanks to everyone! The app works beautifully. I feel like you guys made me an instant expert.
  7. cfoxhaley

    Access to Excel - Separate .xls for each Header

    Nevermind the previous request for a way to loop through and move the individual fields in the recordset to specific columns in the spreadsheet. With a little research, I figured out how to do it. It may not be elegant, but it works. ------------------------- Set rst =...
  8. cfoxhaley

    Access to Excel - Separate .xls for each Header

    WOW! This was much more help than I expected. Thanks. It works like a charm, except that in the detail, it returns all of the fields in the underlying table, including the 4 fields that make up the primary key. Here is the code I am using: Private Sub CreateFile_Click() Dim objXL As...
  9. cfoxhaley

    Access to Excel - Separate .xls for each Header

    I am fairly new to VBA and office Automation, and need some guidance. Here is my basic problem. In my Access (2002) database, I have a Header table linked to Detail Table. The header contains a several descriptive fields, including a file name. Each header has multiple detail records with...

Part and Inventory Search

Back
Top