Search results

  1. Benjamin Bolduc

    Edit Subject Line of Outlook Email

    I'll give this one bump since I really need some help. Thank you.
  2. Benjamin Bolduc

    Edit Subject Line of Outlook Email

    Hello folks, I'm trying to write a line of VBA code (in an existing Access 2010 DB) that changes the Subject Line of all selected emails in my Outlook Inbox to today's date. I have researched this and have not been able to find a simple solution. Please help! Ben Bolduc
  3. Benjamin Bolduc

    Update Subject of emails in Outlook that have already been received

    Hi David, Thank you for your reponse. I will likely bring the data into tables for more in-depth analysis in the future, but for this specific application I actually want to change the subject lines. We use "In-cell editing" to change the subject lines of all our emails (for standardization...
  4. Benjamin Bolduc

    Update Subject of emails in Outlook that have already been received

    Hi folks, I'm trying to automate some processes and need some help to get started. My company uses Outlook 2010 and every day we need to go into our "Sent" folder and rename the Subject line of all of our sent emails. We change the subject to a standardized format depending on the content of...
  5. Benjamin Bolduc

    Retrieve Count of Emails in Outlook Subfolders

    Thank you so much, this worked like a charm. Please forgive me if I sounded lazy, I was very tired when I wrote this. Works flawlessly! :) Ben Bolduc
  6. Benjamin Bolduc

    Retrieve Count of Emails in Outlook Subfolders

    Thank you, that is encouraging to know it's possible to do what I need to do. If anyone would like to help me get there, I would be very grateful. :)
  7. Benjamin Bolduc

    Retrieve Count of Emails in Outlook Subfolders

    I'm afraid that web site was not helpful. Does anyone have any other suggestions? Thank you!
  8. Benjamin Bolduc

    Retrieve Count of Emails in Outlook Subfolders

    Hi Folks, I need to retrieve the count of emails in a shared exchange mailbox in Outlook 2010. I found the following software that retrieves the count I need, but only in default folders or ones that are 1 layer deep. The folder I need is two layers deep Mailbox -> Inbox -> Completed. Is...
  9. Benjamin Bolduc

    Pop Up Forms Suddenly Keep Shrinking

    Ok, I found somewhat of a solution even though it doesn't make sense. I'll share it in case someone has a similar problem in the future. In order to get the forms to open up without shrinking, I had to set the the AutoResize = True and then save/close the form immediately. (Though I'm not...
  10. Benjamin Bolduc

    Pop Up Forms Suddenly Keep Shrinking

    Hey folks, I don't mean to pester about this. Are there any other resources that could perhaps help find a solution to this problem? Thank you so much for any help you could give.
  11. Benjamin Bolduc

    Pop Up Forms Suddenly Keep Shrinking

    Hi everyone, I've noticed an alarming trend in my database design. (Access 2003) Suddenly, every time I make any change to a form that has both the "Pop Up" AND "Modal" properties set as "Yes", the form will shrink to a tiny box upon opening. If I stretch it back out, save the changes and...
  12. Benjamin Bolduc

    Generate Email with Excel Spreadsheet in the Body

    I'll give this one bump. I was hoping it would be easy, but I may just need to take a different approach.
  13. Benjamin Bolduc

    Generate Email with Excel Spreadsheet in the Body

    Hi Everyone, I have somthing I know should be relatively easy to do, but I can't find it in the forums. (I found a post on HTML, but I couldn't get it to work with a spreadsheet). Here's what I'm trying to do: On click, I'd like an email auto-generated, (using Outlook), with some basic...
  14. Benjamin Bolduc

    Change a Folder Name in VBA

    Thanks for the tip! I looked up the Name Statement and it was actually very easy. I just didn't know where to look before. As for the Primary Key, why is it not ideal when the value can change? Does it mess up the indexing or cause preformance degradation? Thanks for your help! Ben
  15. Benjamin Bolduc

    Change a Folder Name in VBA

    Hi Everyone, I've recently set up a feature that creates a folder on our server for every customer we have in the DB. It is working great, but the problem I'm having is when we need to change the Account Name. The Account Name is the primary key throughout the entire Customer Service DB...
  16. Benjamin Bolduc

    Creating Folders with Invalid Characters

    This worked perfectly! I couldn't have asked for a better solution to my problem. Thank you for taking the time to post. :) -Ben Bolduc
  17. Benjamin Bolduc

    Creating Folders with Invalid Characters

    Hello everyone, I'm working on a customer file management system for our database. The purpose is to provide a quick link to all of the files within a customers specific folder. Open selecting a customer, a folder is created using the [Account Name], (If it does not already exist.) You can...
  18. Benjamin Bolduc

    I Love You MS Access.

    Dear Microsoft Access I just wanted to take a moment to express my undying love for you. You make data fun! I'll never let go Access, I'll never let go... :D Love Always Ben Bolduc
  19. Benjamin Bolduc

    Show multiple fields as one, for searching purposes.

    Pat, I appreciate your personal attention to this. I'm afraid Im still a bit of a novice when it comes to SQL progamming. I usually relay on the nice, friendly query building screen lol. Where exactly do I put this code to make my Combobox work? Thank you so much, I look forward to hearing...
  20. Benjamin Bolduc

    Show multiple fields as one, for searching purposes.

    Hello everyone, Im trying to set up a combobox on my Customer Contact Information form, where you can enter a phone/fax/cell/pager or any misc number, and it will bring up the appropriate customer. Is it possible to make a query that will show the different phone number fields as one field...
Top Bottom