Jul 20, 2003 #1 phatbeno Technical User Joined Jul 20, 2003 Messages 2 Location 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 Joined Nov 9, 2001 Messages 980 Code: =format$(now(),"yyyy") Best regards Upvote 0 Downvote
Jul 21, 2003 #3 Bowers74 MIS Joined Nov 20, 2002 Messages 1,085 Location 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!!!