All, using access 2010. How do I display the default value of a date/time field to just the current year instead of using =date() to get the full date.
I used the format to get the year; yyyy but why does it give me 1905? Do I need to use serial in front and how because =year(serial(date())) gives me an error.