Hello All,
I have a field on a form that is formatted as a general date and would like to be able to run a query that returns items that have end dates that end in a specific year.
I have a combobox that has years entered as values (not linked to a table) (2010, 2011,etc...)
However when I simply set the end date column criteria to match the combobox selection, nothing is returned. I'm assuming this is because the combobox only has a year value while the end date field has a full date.
Is there a way I can format the combobox or change the expression in the query to allow me to return items based on only a portion of the date?
Any help would be greatly appreciated! Thanks!
I have a field on a form that is formatted as a general date and would like to be able to run a query that returns items that have end dates that end in a specific year.
I have a combobox that has years entered as values (not linked to a table) (2010, 2011,etc...)
However when I simply set the end date column criteria to match the combobox selection, nothing is returned. I'm assuming this is because the combobox only has a year value while the end date field has a full date.
Is there a way I can format the combobox or change the expression in the query to allow me to return items based on only a portion of the date?
Any help would be greatly appreciated! Thanks!
Comment