A format of "yyyy" should work. How and where are you trying to apply it,
and what is happening when you do?
An alternative is to use the Year() function. For example, in a query, in
design view, you could use TheYear:Year([YourDateField]). In the control
source of a text box you could use =Year([YourDateField]).
--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com
The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
Hi
How do I get Access to only show the year. I tried putting the date format
:
yyyy, for some reason it doesn't work.
thannks
any ideas