K
KyBoy1976
I'm trying to utilize the "DatePart" function to populate a field in my table
to only show the "Year" of my incident which is filled in using a form.
I currently have a "Recieved_Date" field that is filled in using a form, and
I want the DatePart to take only the year from that information.
Year: DatePart("yyyy",[Recieved_Date])
that function gives me an error, and I'm not certain why.
to only show the "Year" of my incident which is filled in using a form.
I currently have a "Recieved_Date" field that is filled in using a form, and
I want the DatePart to take only the year from that information.
Year: DatePart("yyyy",[Recieved_Date])
that function gives me an error, and I'm not certain why.