MsLady
Traumatized by Access
- Local time
- Today, 10:01
- Joined
- Jun 14, 2004
- Messages
- 438
I am trying to pass parameters to my qury thru my combo selection. I keep getting this error "Data type mismatch criteria expression", does anyone have an idea why?
I have spent so much time onthis already and i am sick of it
Attached is my db. Please help me out here.
Code:
WHERE (((fShiftWorked([tblTimeLog].[timeStart])=[Forms]![frmOperatorWorkDone]![cboShift] Or IsNull([Forms]![frmOperatorWorkDone]![cboShift]))=True));
I have spent so much time onthis already and i am sick of it

Attached is my db. Please help me out here.