blah blah blah is here! blah blah » Close

1
votes
1 answers

"Data type mismatch in criteria expression" in C# MS-Access query

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/2 ...

Feedback