Recent content by newbschoolin

  1. N

    Website Navigation question

    Am I in the right place for help? Should this post be moved?
  2. N

    Website Navigation question

    The "overridelink" is the name of the "Continue to this website" button that must be pressed to proceed. <a name="overridelink" id="overridelink" href="">
  3. N

    Website Navigation question

    I am running into an issue with a security certificate while in IE. I am trying to make the code navigate around this. Currently... I am able to detect that is at the security certificate screen so the instr is working correctly. However when trying to initiate the "overridelink" and it keeps...
  4. N

    Restrict update

    I made a dummy "Save and Exit" button at the bottom of one of my forms. Was a request handed down from the higher ups.. Said they wanted a save button... Might I suggest a well placed msgbox "Saving your changes." on the form_load. Since it saves no matter --What I used-- Private Sub...
  5. N

    Closing application from form.

    I have a form, it performs a lot of different functions. I have a button that opens a program, and at the end of the automation closes the program. --To open the program-- Case "atlanta" ChDir "C:\Program Files\Ericom Software\PowerTerm\" Shell """C:\Program Files\Ericom...
  6. N

    Generating an Email Notification

    I have been looking for something similar. I have found a couple things but they are meant for emailing reports thru access.. the website below has something that might help, being Monday morning I have not had the time to test it out. In the example on the website below, it seems he is...
  7. N

    Forms sizing issue

    To better put it. Can I have a form open in a window outside of the access window, or in a new access window.
  8. N

    Forms sizing issue

    I am having an issue and my google'fu has not come up with anything. Okay the users open the VBA access file, the "frmMain" pops up and is sized correctly. The first time they use this form they have to fill out a Credentials form that is linked to a table. HOWEVER when the Credentials...
Back
Top Bottom