B
Broadbonian
In my report "rSchedule" I have 2 text box-tbEmpStDt and tbEmpEnDt. The
data type is binary, comes from a make table query. I need to compare those
dates with text box startdate and enddate in my open form "frmDates". This
form will always have Sun thru Sat as a date range. In the report I have a
text box for each day of the week. In each box I would like to display "WRK"
if the tbEmpStDt and tbEmpEnDt start date and or end date fall on or within
the range of frmDates.
frmDates startdate=6/8/2008
frmDates enddate=6/14/2008
Report tbEmpStDt=6/10/2008
Report tbEmpEnDt=6/11/2008
The text boxes of Sun thru Monday would only display "WRK" in Tues and Wed
cells, the others would be blank.
Thank you in advance.
Darc
data type is binary, comes from a make table query. I need to compare those
dates with text box startdate and enddate in my open form "frmDates". This
form will always have Sun thru Sat as a date range. In the report I have a
text box for each day of the week. In each box I would like to display "WRK"
if the tbEmpStDt and tbEmpEnDt start date and or end date fall on or within
the range of frmDates.
frmDates startdate=6/8/2008
frmDates enddate=6/14/2008
Report tbEmpStDt=6/10/2008
Report tbEmpEnDt=6/11/2008
The text boxes of Sun thru Monday would only display "WRK" in Tues and Wed
cells, the others would be blank.
Thank you in advance.
Darc