gRegulator
Technical User
Hi,
I have a date parameter placed on my query that is as follows:
Between [Forms]![frm_DateParameter]![cboStart] And [Forms]![frm_DateParameter]![cboEnd]
So, frm_DateParameter opens up, and the onclick event of the command button on the form populates the query.
The problem arises is that I would like to include the date on which the cboStart and cboEnd indicate, Not just between those dates, but including those dates as well. e.g. If i click 6/8/2005 in cboStart, Only dates from 6/9/2005 onward will be included.
Does anyone have a suggestion on how I could make this change?
Thanks!
I have a date parameter placed on my query that is as follows:
Between [Forms]![frm_DateParameter]![cboStart] And [Forms]![frm_DateParameter]![cboEnd]
So, frm_DateParameter opens up, and the onclick event of the command button on the form populates the query.
The problem arises is that I would like to include the date on which the cboStart and cboEnd indicate, Not just between those dates, but including those dates as well. e.g. If i click 6/8/2005 in cboStart, Only dates from 6/9/2005 onward will be included.
Does anyone have a suggestion on how I could make this change?
Thanks!