Date----year

Zifeou

Registered User.
Local time
Today, 00:30
Joined
Aug 24, 2003
Messages
13
I have got a date/time field named [DateBorrowed]

Now i wanna create a field call [Year] which show the year in [DateBorrowed]

How am i supposed to do this??

Thanks
 
There is a function called Year which will give you the desired result. In an empty column in the qbe editor write
YearBorrowed: Year([DateBorrowed])
 
Thanks
 

Users who are viewing this thread

Back
Top Bottom