Jul 20, 2003 #1 phatbeno Technical User Jul 20, 2003 2 AU How do I have the current year as a default value for a text box??? I can have the current date but not the current year...??? Please help -Ben
How do I have the current year as a default value for a text box??? I can have the current date but not the current year...??? Please help -Ben
Jul 21, 2003 #2 DonQuichote Programmer Nov 9, 2001 980 Code: =format$(now(),"yyyy") Best regards Upvote 0 Downvote
Jul 21, 2003 #3 Bowers74 MIS Nov 20, 2002 1,085 US Enter: =Year(NOW()) into the control source field under the data tab of the properties window for the textbox. That should do the trick. If you can't be "The Best", be the best at what you can!!! Never say Never!!! Nothing is impossible!!! Upvote 0 Downvote
Enter: =Year(NOW()) into the control source field under the data tab of the properties window for the textbox. That should do the trick. If you can't be "The Best", be the best at what you can!!! Never say Never!!! Nothing is impossible!!!