I'm trying to create a valency check using a customized table query. Many of the checks I've created are working just fine, like this one:
(ValencySum >= 1) AND (DATUM = DATUM_1) AND (Round((UPSTMINVERTELEV - UPSTMOFFSET),2) <> Round(INVERTELEVATION ,2))
However, the ArcMap crashes every time I run this query:(ValencySum >= 1) AND (Left (MAINID, 9) <> NODEID)
The valency check is creating an access db in my local temp directory. In that db, the text fields (MAINID and NODEID) are stored in a currency field. I'm running PLTS Service Pack 2 Patch 1. Any thoughts?