PDA

View Full Version : Solved: Default Value



kbsudhir
04-10-2008, 01:13 PM
I have filed which is of datetime format.

I need that the default value for the field should show the current year.

Ex if year is 2007 it should show 2007 & if year is 2008 then 2008.

What expression should I use to implement the above

Thanks
Sudhir

:think:

Carl A
04-10-2008, 03:14 PM
In your Format put in yyyy
In your default value put in =Date()

kbsudhir
04-11-2008, 03:23 AM
Thanks Carl.

Its Done Now