I have a form with a year(1) and date(2) field. Users fill in both and click button. Onclick for button will run query for a records from Jan. 1 to the date(2) inputted by user for the year(1). How would I put this into the criteria of the query design.
Something like "Between 1/1/[form]![year] AND [form]![date]"
Something like "Between 1/1/[form]![year] AND [form]![date]"