textbox on form

  • Thread starter Thread starter Glenn Robertson
  • Start date 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
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top