I have a query where a user can select from and to dates on a form. I want the user to be able to leave the fields blank and the query would then retrieve all records.
I know how to do this with text:
ex: Like [Forms]![frmPriceTrendReport]![SelectedProduct] & "*"
But how do you structure this with date fields?
I know how to do this with text:
ex: Like [Forms]![frmPriceTrendReport]![SelectedProduct] & "*"
But how do you structure this with date fields?