Dec 15, 2006 #1 PQTIII IS-IT--Management Joined Sep 21, 2004 Messages 110 I want a field to default to the 1st day of the current year. What is the date function for that? Thanks pt
I want a field to default to the 1st day of the current year. What is the date function for that? Thanks pt
Dec 15, 2006 #2 traingamer Programmer Joined Jun 18, 2002 Messages 3,270 Location US one way: Code: DateValue("1/1/" & Year(Date())) Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill Upvote 0 Downvote
one way: Code: DateValue("1/1/" & Year(Date())) Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
Dec 15, 2006 Thread starter #3 PQTIII IS-IT--Management Joined Sep 21, 2004 Messages 110 Worked great! Thank You pt Upvote 0 Downvote