How to create live clock in MS Access | MS Access Tutorials

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

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

  • @Amirkhan-bg3hu
    @Amirkhan-bg3hu Год назад

    Amazing Sir

  • @shaunf2178
    @shaunf2178 2 года назад

    Worked for me! Thanks

  • @moodkn
    @moodkn 2 года назад

    Thanks ! Nice Tip & Technec

  • @pakistanlover1250
    @pakistanlover1250 2 года назад

    ❤️❤️❤️

  • @pakistanlover1250
    @pakistanlover1250 2 года назад

    good work

  • @dho041
    @dho041 2 года назад +2

    Didn't for me. Followed the steps and get a compile error: Method or data member not found and it highlights the .value in the Me.Value.liveclock = Format(Time, "HH:mm:ss AM/PM") statement.
    Found another solution for the not working vba: liveclock = now
    That did the job.

    • @globalexpertview6936
      @globalexpertview6936  2 года назад +1

      Thats incorrect! You have to put
      me.boxName.value=Format(Time,"HH:mm:ss AM/PM"). Keep watching. Thank you

  • @travelvloggerprosen
    @travelvloggerprosen 8 месяцев назад

    Me.timer is not coming only time interval coming

  • @dushyanthooda
    @dushyanthooda 3 года назад +1

    Surprisingly doesn't work on my form I don;'t know why

    • @globalexpertview6936
      @globalexpertview6936  3 года назад

      Please ensure that you have set "Time Interval" to "1000". And if you have done this then,
      Write it as:
      Me.YourBoxName.value= Format(Time, " HH:mm:ss AM/PM")
      Please once again make sure that YourBoxName is correctly spelt and it matches the one you have given to the box in the form.

  • @ankitsmo3954
    @ankitsmo3954 4 года назад

    Nyc

  • @ymarkuytsha5503
    @ymarkuytsha5503 3 года назад +1

    It worked...but it keeps skipping one second