+ Reply to Thread
Results 1 to 4 of 4

need help modifying access program

  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    need help modifying access program

    Hi

    1 of the members of my department has made a nice little daily reporting system, it works pretty well. 1 of the options he has built into it, is a button to send the report to a number of managers here.

    Here's my problem...1 of the managers has resigned and his name needs to be removed from the auto-email button, but the guy that did the programming is now in the army and wont be available for quite some time

    To make things even worse, I an not able to share the program because of confidential data that it contains.

    I know this is a bit like taking your car to the workshop and saying...its making a noise, but I cant explain what it sounds like, I dont know where its coming from, and I dont know when it happens...

    Can any-one offer any guidance on how I could start searching through this thing to try and find where he put the email addresses?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,885

    Re: need help modifying access program

    Are you able to post the code (VBA) that sits behind the command button for this event. To get to the code, open the form in design view. Right click on the button and select properties. On the Events tab, click on the ellipsis (...) for the on click event to open the VBA window. You should see the code there. It is probably a case of either the email address being hard coded into this vba or it is pulling from a table. Without seeing the code, it will be hard to determine where the code is pulling the email address. This should get you started. Post back with any issues.

    Alan
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: need help modifying access program

    Thanks for the input Alan.

    What actually happens is that you run the program (from a desktop shortcut icon). Once this is open, there is an option (button) to create a new daily report. When this option is selected, a whole new window opens, this is where the data for the day's report is entered, and this is where the option to "save and email" the report is located. However, when this window opens there are no menu options.

    Hmm I think you got me to where I needed to be without even knowing all the details. I opened the "new report" window, and muddled my way to where (I think) the hard coded email addy's are. I removed the addy, I will be able to check when I do my report tonight

    Thanks

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,885

    Re: need help modifying access program

    Good News. Post back if there are issues. If the Access db does not appear to let you get to some of the behind the scenes, then open the db in this manner. Highlight the file in Windows Explorer (this is important). Hold down the Shift key while you click on the Enter key. This disables all the "hidden features" and allows you to see all the Objects. Clicking on the F11 key by itself opens the navigation pane where you can see the different objects.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1