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.
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.
Amazing Sir
Worked for me! Thanks
Thanks ! Nice Tip & Technec
❤️❤️❤️
good work
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.
Thats incorrect! You have to put
me.boxName.value=Format(Time,"HH:mm:ss AM/PM"). Keep watching. Thank you
Me.timer is not coming only time interval coming
Surprisingly doesn't work on my form I don;'t know why
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.
Nyc
It worked...but it keeps skipping one second
Thank for the feedback! keep the time interval 1000
Ok