Hello ,
I'm trying to make an Update query but keep getting the following exception :
"Data type mismatch in criteria expression"
Here is the query :
UPDATE PatientData SET PatientData.[Transaction Stop Time]='6/26/2010 1:07:12 PM'
WHERE PatientData.[Patient ID]=6 AND PatientData.[Parameter name]= 'Temperature'
AND PatientData.[Valid start time]='9/7/1999 12:00:00 AM'
additionally, when i remove the last criteria everything works fine.
Any ideas?