S
SRude
I have a temporary table, tblQualifications, and it
includes 7 Yes/No fields (RDOsat, RDOsun...) representing
the days of the week. There is a form where the Foreman
can see the entire roster and select the person's regular
days off.
There is a form with a calendar. I need a query that
will delete the person's record from tblQualifications if
the checkbox (RDOsat for example) is selected indicating
that the person has the day off is the same as the day
selected in the calendar ([Forms]![frmDeptShiftSELECT]!
[CalValue])
I had this working when I had one field (RDO) but decided
to use seven fields so that the foremen had an easier
form to work with. The form does work great but I can't
get this query to work so I may have to go back.
As always I really appreciate your generous help.
includes 7 Yes/No fields (RDOsat, RDOsun...) representing
the days of the week. There is a form where the Foreman
can see the entire roster and select the person's regular
days off.
There is a form with a calendar. I need a query that
will delete the person's record from tblQualifications if
the checkbox (RDOsat for example) is selected indicating
that the person has the day off is the same as the day
selected in the calendar ([Forms]![frmDeptShiftSELECT]!
[CalValue])
I had this working when I had one field (RDO) but decided
to use seven fields so that the foremen had an easier
form to work with. The form does work great but I can't
get this query to work so I may have to go back.
As always I really appreciate your generous help.