Z Zifeou Registered User. Local time Today, 00:30 Joined Aug 24, 2003 Messages 13 Aug 24, 2003 #1 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
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
Nouba Registered User. Local time Today, 01:30 Joined Oct 20, 2002 Messages 145 Aug 24, 2003 #2 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])
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])
Z Zifeou Registered User. Local time Today, 00:30 Joined Aug 24, 2003 Messages 13 Aug 24, 2003 #3 Thanks