I guess it is not that complicated, but I have a report that I am filtering by date. I have it working fine. But I want to add the option to allow the user to select by which date they filter the report. Right now I have a filter form with txtStartDate and txtEndDate and in the query (I just used Access' design view) I have this attached to the date I am filtering: >=[froms]![pickDateRange]![txtStartDate] AND <=[forms]![pickDateRange]![txtEndDate]. How would I add a drop down menu or something that would allow the user to select from different date fields?
Thanks!
Thanks!