Hi guys,
I want to make a date criteria for my query. The query should return records from the same year as the date field on my form. This is probably a easy one for you guys.
The date field is short date in the table, with an input mask 00.00.0000;0;_.
I've tried the following in the query's criteria field:
Anyone out there that can help me on my way? thanks!!
I want to make a date criteria for my query. The query should return records from the same year as the date field on my form. This is probably a easy one for you guys.
The date field is short date in the table, with an input mask 00.00.0000;0;_.
I've tried the following in the query's criteria field:
Code:
Year([Forms]![FrmProject]![Date])
Anyone out there that can help me on my way? thanks!!