How to Open the Date Picker for a Date Field when a Form Loads in Microsoft Access

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • In this Microsoft Access tutorial, I will show you how to automatically open the date picker for a date field when a form loads. We will cover why the standard commands might not work and explore an effective solution using the timer event and send keys.
    Shloma from RUclips (a Silver Member) asks: The ShowDatePicker command doesn't work from the Form On Load event. How can I get it to pop up in the first focus control when the form opens?
    BECOME A MEMBER:
    RUclips: / @599cd
    or My Site: 599cd.com/THMe...
    LEARN MORE:
    Open Date Picker On Load: 599cd.com/Open...
    PREREQUISITES:
    Open Date Picker: 599cd.com/Open...
    Intro to VBA: 599cd.com/Intr...
    LINKS:
    Tab Stop, Order, Cycle: 599cd.com/TabO...
    Timer Event: 599cd.com/Timer
    On Current: 599cd.com/OnCu...
    RECOMMENDED COURSES:
    Access Date Time Picker: 599cd.com/TimeP
    Access DateTime Seminar: 599cd.com/Date...
    FREE TEMPLATE DOWNLOADS:
    TechHelp Free Templates: 599cd.com/THFree
    Blank Template: 599cd.com/Blank
    Contact Management: 599cd.com/Cont...
    Order Entry & Invoicing: 599cd.com/Invo...
    More Access Templates: 599cd.com/Acce...
    ADDITIONAL RESOURCES:
    FREE Access Beginner Level 1: 599cd.com/Free1
    How to Use Access in 30 Minutes: 599cd.com/30Mi...
    $1 Access Level 2: 599cd.com/1Dollar
    Donate to my Tip Jar: 599cd.com/TipJar
    Get on my Mailing List: 599cd.com/YTML
    Contact Me: 599cd.com/Contact
    TechHelp: 599cd.com/Tech...
    Consulting Help: 599cd.com/DevNet
    Twitter: / learningaccess
    en.wikipedia.o...
    products.offic...
    microsoft.com/...
    KEYWORDS:
    TechHelp, Access 2016, Access 2019, Access 2021, Access 365, Microsoft Access, MS Access, MS Access Tutorial, #msaccess, #microsoftaccess, #help, #howto, #tutorial, #learn, #lesson, #training, #database,, open date picker, date picker form load, form on load event, automatically pop up date picker, VBA programming date picker, date picker got focus event, set focus date picker, timer event date picker, run command show date picker, form open event, tab order date picker, Microsoft Access tutorial, date field focus
    QUESTIONS:
    Please feel free to post your questions or comments below. Thanks.
    Live long, and prosper.

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

  • @larrybellamy6114
    @larrybellamy6114 4 месяца назад +3

    Interesting perspectives!

  • @robertodc62
    @robertodc62 4 месяца назад

    as always thanks for a very nice tip, live long and prosper

  • @Shadow.Dragon
    @Shadow.Dragon 4 месяца назад

    Richard, thanks for the video! I guess sometimes things don't work the way you think they should, but work according to "Microsoft logic". LOL!!!

  • @alializadeh8195
    @alializadeh8195 4 месяца назад +1

    Thanks

  • @gonefishing2006
    @gonefishing2006 4 месяца назад

    I'll take the On Timer event method before I EVER touch Send Keys.