Add Today's Date on OnLoad

R

Ren

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
 
R

Rick Brandt

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()
 
Top