Hi, I'm trying to set a date variable equal to just the year of my returned date.
My code gets the proper date but I'm having trouble extracting the year Can someone point me in the right direction.
Jim
Code:
some DAO to get the date info then
LaborYear = !LaborDate
LaborYear = DatePart("yyyy", !Labordate)
Jim