hi i have got a form which allows users to choose an employee they want to see choose 2 dates to view and then a calculate button which calculates the amount they worked between the two days and produces a report on this. so far this works but only with the date that is in on default 01/11/03 to 30/11/03 when you try to change these dates it comes up with a msg box saying :
run-time error '3464':
Data type mismatch in criteria expression
and when i click debug it brings this line up:
ElseIf DCount("Employee", "qryTimeWorked") = 0 Then
can anybody help???
run-time error '3464':
Data type mismatch in criteria expression
and when i click debug it brings this line up:
ElseIf DCount("Employee", "qryTimeWorked") = 0 Then
can anybody help???