How to Use the AutoExec Macro in Microsoft Access

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • How can I make some actions happen automatically when my Microsoft Access database opens? This is the topic of this episode in our MS Access playlist where we'll take a look at the mighty AutoExec macro and how it can power up your application. We'll take a look at Autoexec, how forms work with Autoexec in comparison with startup options, and how to call VBA functions directly from your AutoExec macro so that you can take advantage of your powerful code base when needed. The AutoExec macro will add depth to your database as you perform important setup and context actions to make your users' lives easier. Let's go!
    Use your Windows computer remotely with Remote Desktop and stop pesky brute-forcers with my BZ RDP Cloaker:
    buy.billzone.c...
    Check out my easy time entry system for your business:
    system.billzon...
    Join me on Patreon!
    / mackenziedataengineering
    Demo of my BZ RDP Cloaker:
    www.patreon.co...
    Check out some tech (and support my channel!):
    www.amazon.ca/...
    Want the code from this video?
    mackenziemacken...
    Interested in transforming your career or finding your next gig?
    system.billzon...
    Needing to hire technical resources for your project? Get the best:
    www.toptal.com...
    Contact form you can find at www.mackenziema...
    Follow me on social media:
    / mackenziedataanalytics
    / seamacke
    / seamacke
    / seamacke
    / psmackenzie
    Get Microsoft Office including Access:
    click.linksyne...
    Got a RUclips Channel? I use TubeBuddy, it is awesome. Give it a try:
    www.tubebuddy....

Комментарии • 2

  • @simonmaersk
    @simonmaersk 8 месяцев назад +1

    Hi Sean. Thanks for the video. Useful information as always. Personally, I just use my startup form's OnOpen subroutine to run the code I need on startup, such as disabling the ribbon, maximizing forms, etc.