Oct 23, 2003 #1 srodolff Technical User Aug 5, 2003 12 US I have a textbox with a format of Short Date. The box is currently blank. On click, I would like to have the box fill with the current date. This should be easy, but I am having difficulty with it. Thanks in advance for your help. Steve
I have a textbox with a format of Short Date. The box is currently blank. On click, I would like to have the box fill with the current date. This should be easy, but I am having difficulty with it. Thanks in advance for your help. Steve
Oct 23, 2003 #2 RoyVidar Instructor Jun 16, 2000 6,606 NO Hi! In the OnClick event of the textbox, put: me!txtYourDateControl=date Roy-Vidar Upvote 0 Downvote