J js Apr 21, 2005 #1 Hi, I have one integer and string field, how to conver string to integer: WHERE PID =ChartNum; Error: Type mismatch in expression...
Hi, I have one integer and string field, how to conver string to integer: WHERE PID =ChartNum; Error: Type mismatch in expression...
G Graham R Seach Apr 21, 2005 #2 WHERE PID = CInt(ChartNum); Regards, Graham R Seach Microsoft Access MVP Sydney, Australia