I just started a new job and I'm hoping this is a simple adjustment that needs to be made to my Access software, but I'm trying to create two fields off of a date field. The first field should be the month in month abbreviation format and the second field should be the year in YYYY format. I'm using the DatePart Function. Whenever I try to run the query, I get Call Procedure invalid. What's happening?
Here's my expression:
Month: DatePart("m",[expirationdate]+1)
Second Field:
Year: DatePart("yyy",[expirationdate]+1)
Thank you in advance for any help.
Here's my expression:
Month: DatePart("m",[expirationdate]+1)
Second Field:
Year: DatePart("yyy",[expirationdate]+1)
Thank you in advance for any help.