Search results

  1. A

    Can Access send IM's instead of email?

    Perfect, thanks for pointing me in the right direction.
  2. A

    Can Access send IM's instead of email?

    We currently use Outlook to send emails when certain types of records are added to the database, I had a question today whether Access was capable of sending other types of notifications from one user to another. Has anyone done this?
  3. A

    How to hide the Main Acces UI

    The resizing of the form isn't really that big an issue for me, the IT department is pretty consistent when they supply hardware so pretty much everyone has the same size monitor(s). I ended up having the application window minimized instead of hidden that seems to give the desired effect...
  4. A

    How to hide the Main Acces UI

    Unfortunately if you resize the form and close the database it will reopen just as you left it. What I am looking for is the form to open up to a specific size every time. The 2 screenshots show what I mean. Screenshot 1 is what I expect to see when a user opens the db, screenshot 2 is what I...
  5. A

    How to hide the Main Acces UI

    Colin, forgive me if this has been asked before.. If instead of hiding the application window I wanted it to resize itself to the size of my main form. Is there some code I could run when the application opens? I already hide the ribbon when the main form loads, but I would like to be able to...
  6. A

    How to hide the Main Acces UI

    Ya sorry I meant on my form, I didn't put a button on like you did I am just using the default close button on the form.
  7. A

    How to hide the Main Acces UI

    I did run in to one small snag, I had to add Docmd.Quit to my "On Close" of the main form otherwise the application continues to run in the background. I'm not sure if there is a better way to accomplish this but it seems to work.
  8. A

    How to hide the Main Acces UI

    Hey Colin, nice work I started using 3.47 today it looks like it will work fine for my application. I just need to tweak my forms as I will be hiding the main application window and using my main form as a switchboard. Barry
Back
Top Bottom