textbox on form

  • Thread starter Glenn Robertson
  • Start date
G

Glenn Robertson

Hi,
I have a userform with a number of text boxes on it for
the user to complete. One of the fields is a date field.
What I want is when the form is loaded the field called
date will automatically insert today's date.
Thanks for your help.
Glenn Robertson
 
B

Bob Phillips

Hi Glenn.

Try this

TextBox99.Text = Foramt(Date,"dd mmm yyyy")

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top