Jul 27, 2005 #1 Jaminj Technical User Feb 19, 2005 54 US I have a textbox in a form for the date. How can I auto-populate this textbox with whatever the current date is?
I have a textbox in a form for the date. How can I auto-populate this textbox with whatever the current date is?
Jul 27, 2005 1 #2 chrissie1 Programmer Aug 12, 2002 4,517 BE try textbox1.text = now or textbox1.text = today Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting Upvote 0 Downvote
try textbox1.text = now or textbox1.text = today Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting
Jul 27, 2005 Thread starter #3 Jaminj Technical User Feb 19, 2005 54 US That worked. Thanks. Upvote 0 Downvote