
Putting date and time in text box ...Should be simple
On Sun, 31 May 1998 22:17:42 -0400, "John F. Reilly"
Quote:
>What is the syntax to put the current date or any date in the text
>property of a text box. I can do this with code but can not get the
>correct syntax to add it in the properties window. I have tried =Date()
>etc but this does not work. TY.
> John
text1.text=format$(Now$,"long date") or some other named format...check the
help file
eggers ONE at TSIL dot NET