Dec 20, 2010 #1 christophercubitt Technical User Joined Dec 17, 2010 Messages 9 I want today's date to automatically populate in the todaysdate field so that users can avoid entering todays date every time. Please help.
I want today's date to automatically populate in the todaysdate field so that users can avoid entering todays date every time. Please help.
Dec 20, 2010 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Date returns today's date. Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Dec 21, 2010 #3 tcsbiz Programmer Joined Dec 18, 2002 Messages 541 Location US Something like TextBox1.Text = Date.Today. Put this in the form load event. Upvote 0 Downvote