Recent content by galvinjaf

  1. G

    HELP! Can't figure out where I added a print on load?

    I found it, and figured it out. Thanks! Somehow, there was an auto exec (exactly as you said) that wanted to print my splash screen. Thank you!
  2. G

    HELP! Can't figure out where I added a print on load?

    Is there an easy to find an autoexec macro?
  3. G

    HELP! Can't figure out where I added a print on load?

    I was adding a few print buttons here and there throughout my access database. Now, anytime you open the database -- The print dialogue box opens and wants you to hit "print" in order to proceed..? I tried to see where I might have put in some kind of "on load" event, and can't find one. Any...
  4. G

    Outlook Email and VBA

    While I'm not looking for someone to do it for me, I do need a little more context or instruction. I know what I need to get rid of relating to all of the things that reference 'outlook' or 'omail' but once I do that, I'm lost on what to do next.
  5. G

    Outlook Email and VBA

    Thanks pbaldy, can you tell me what lines I delete, and add in? I understand the concept of what you're saying, but not 100% sure on what to change or edit.
  6. G

    Outlook Email and VBA

    I was able to get into the 'references' and I've attached a screen shot of what is checked off. I don't see a 'your server' which maybe I'm not grasping the concept of what you meant by that. Which of the check marks do I uncheck?
  7. G

    Outlook Email and VBA

    Thanks for your quick reply. I've checked what you referenced, and can't seem to find in the 'tools' > 'references' menu those particular items. Is there not something I could change in the code?
  8. G

    Outlook Email and VBA

    Good Morning, It's been so long since I've tinkered with vba, coding, etc and I can't seem to figure out how to 'edit' the code below. I currently hit a button, and depending on data I have entered, it opens an email using my outlook with the email addresses in the BCC. It works perfect...
  9. G

    List Box Search

    Arnel, I've done as you said, and no difference. I'm normally able to type the account number and it'll start to finish what I'm typing, but in this box/form it won't let me. I've attached a screen shot of the error. My account number is indeed in the dropdown, but won't populate when I type...
  10. G

    List Box Search

    Arnel... I don't know what pkID is. My rowsource for the combo box is SELECT tblEmergency_Contacts.ID, tblEmergency_Contacts.[Account Number] FROM tblEmergency_Contacts ORDER BY tblEmergency_Contacts.[Account Number];
  11. G

    List Box Search

    Good Morning, I've put together an emergency contact form. It holds basic data for different accounts that I have. Each account number may have multiple entries due to more than one contact on the same account want to be contacted during an outage. My list box holds the account numbers, and...
  12. G

    Update Query SQL Code

    Yea, I figured that much out. I was hoping someone would be able to help/teach me how to go about the sql language, and how to get my statement from above, into a sql statement.
  13. G

    Update Query SQL Code

    Good Morning, I am attempting to run an update query, but can't get the code right at all. I have run a query with my data that needs to be changed and am hoping someone can help me out. Attached is my query, and form/subform with the tab;es that need to be adjusted. Assuming my query is set...
  14. G

    Update Query

    Good Afternoon! I'm not sure if this is the right place to ask, but, I'm trying to see if an update query would work for me. Attached is a screen shot of my current form/record. Can I use the Yes/No checkbox, when clicked, replace data from one record of my form, to another record in the same...
  15. G

    Save a Report to An Attachment field via Button?

    This works exactly as I had intended. I manually typed out the code, in the correct places to get some practice. While I may not understand the code, per se, I understand what it is suppose to do. Thank you. I am very much appreciative!
Top Bottom