Q
Question Boy
Hello,
I have a query with numerous fields (geez I'm sure that was insightful!). 1
field is entitled 'Start Date' and another is 'End Date'.
I also have a form 'frm_dtSel' which has a control 'cbo_yearSel' from which
the user can select a year value (ie: 2007, 2008, 2009,...). I need to use
the selected value from the form to filter the returned values from the query
so that the selected year must be between the Start and End date. How would
I need to write the SQL to do so?
Thank you very much for the help!
QB
I have a query with numerous fields (geez I'm sure that was insightful!). 1
field is entitled 'Start Date' and another is 'End Date'.
I also have a form 'frm_dtSel' which has a control 'cbo_yearSel' from which
the user can select a year value (ie: 2007, 2008, 2009,...). I need to use
the selected value from the form to filter the returned values from the query
so that the selected year must be between the Start and End date. How would
I need to write the SQL to do so?
Thank you very much for the help!
QB