Ok, so this has been boggling my mind for about a month now. I'm having difficulties trying to figure out how to write this query, as I figure it'll have to be done in SQL versus GUI.
Requirements:
1. User selects "Country" from a combobox on a form.
2. User can select a pre-determined number of days to search from a combo box (30, 60, 90, 120, 180) OR
3. User can select a specific date range using two unbound text boxes on the form. OR
4. If user DOES NOT select a pre-determined or date range, it AUTOMATICALLY defaults to 365 days PRIOR to current date.
This would then show on the bottom of the form a report where the user can view the graph and then have the option to print it to the default local printer.
Any ideas on what and how I can do this?
Requirements:
1. User selects "Country" from a combobox on a form.
2. User can select a pre-determined number of days to search from a combo box (30, 60, 90, 120, 180) OR
3. User can select a specific date range using two unbound text boxes on the form. OR
4. If user DOES NOT select a pre-determined or date range, it AUTOMATICALLY defaults to 365 days PRIOR to current date.
This would then show on the bottom of the form a report where the user can view the graph and then have the option to print it to the default local printer.
Any ideas on what and how I can do this?