Add Today's Date on OnLoad

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all!

I would like to be able to add Today's Date in a TextBox when the user opens the application.

Great many thanks for your help

Ren
 
Ren said:
Hi all!

I would like to be able to add Today's Date in a TextBox when the user opens the application.

Great many thanks for your help

Set it's DefaultValue property to =Date()
 
Back
Top