This is very strange. I have a query which is shown below.
SELECT Mid$([DCN/Serial_No],1,3) AS DCN, [Subject], [Action_Complete]
FROM newtaskerform
WHERE (((Mid$([DCN/Serial_No],1,3))="SMC"));
When I run this query, I get the anticipated information back, then about 3 seconds later I get an...