Topic: Script to show current date and time on a form???????

I want to use two textboxes to show current date in one box and current time in the second textbox.  These two textboxes will be read-only and not
connected to the database, just to show current date and time on the form.  Is this possible?   Can you show me a script on how to get this
accomplished?  Thanks!!!!

Re: Script to show current date and time on a form???????

NOBODY???  sad

Re: Script to show current date and time on a form???????

Hello Gonpublic,
Have a look at the attached.  You can either display what you want into fields or, as they are not connected to any DB, you could simply display them as labels.
Derek.

Post's attachments

Attachment icon gonpublic.zip 334.92 kb, 632 downloads since 2017-02-28 

Re: Script to show current date and time on a form???????

derek wrote:

Hello Gonpublic,
Have a look at the attached.  You can either display what you want into fields or, as they are not connected to any DB, you could simply display them as labels.
Derek.


Perfect!   Thanks a lot Derek.  big_smile