Hi, guys:
Runnig the following query in A2k gets "Data type mismatch in criteria expression." I am unable to find anything very helpful in terms of documentation to suggest what's going wrong. The query cranks along for a few progress bars then throws the error:
Runnig the following query in A2k gets "Data type mismatch in criteria expression." I am unable to find anything very helpful in terms of documentation to suggest what's going wrong. The query cranks along for a few progress bars then throws the error:
Code:
SELECT tblXYZWorkLoad.fldInputClerk, tblXYZWorkLoad.fldDateRecieved, tblXYZWorkLoad.fldSSN, tblXYZWorkLoad.fldLastName, tblXYZWorkLoad.fldFirstName, tblXYZWorkLoad.fldTypeAction, tblXYZWorkLoad.fldEffectiveDate, tblXYZWorkLoad.fldDueDate, tblXYZWorkLoad.fldPendingAction, tblXYZWorkLoad.fldPendedDate, tblXYZWorkLoad.flrRemarks, tblXYZWorkLoad.fldCompletedDate, tblXYZWorkLoad.fldOutputClerk, tblXYZWorkLoad.fldPayGrade, Right$([fldssn],2) AS TD
FROM tblXYZWorkLoad
WHERE (((tblXYZWorkLoad.fldCompletedDate) Is Null));