-
Hello all! New programmer, so this is probably an easy one...
I have a date picker on a form. When I created it, VB put in 01/11/2000 in the Value property. What is the command to change that so it always displays the current date?
Thanks for the help!
------------------
Greg Trickey
-
datepickerName.value = Format(Now, "mm/dd/yyyy")
-
Thanks for the answer!
I only have the Learning Edition right now and it does not include the help file, and I'm sure it would be in there somewhere. My employer is getting the Professional Edition for me. But, those things take a few days...
Thanks again!
------------------
Greg Trickey