Bronte1226
Technical User
OK, I have a query that I use to remove unneeded numbers and spaces from a text field. This has worked for months until now. For some reason it will not work now. This is the 'Update to' field:
((Mid([JOEREP020905]![ACCTNUMBER],4,3)) & (Right([JOEREP020905]![ACCTNUMBER],3)))
The error I get is:
Function not available in expressions in query expression '(Mid([JOEREP020905]![ACCTNUMBER],4,3)) & (Right([JOEREP020905]![ACCTNUMBER],3)))'
I have tried splitting it up into two queries, no luck. I even tried a simple RTrim function, still nothing. Is my database corrupt? What could have happened? (The Trim function works in a different database!)
((Mid([JOEREP020905]![ACCTNUMBER],4,3)) & (Right([JOEREP020905]![ACCTNUMBER],3)))
The error I get is:
Function not available in expressions in query expression '(Mid([JOEREP020905]![ACCTNUMBER],4,3)) & (Right([JOEREP020905]![ACCTNUMBER],3)))'
I have tried splitting it up into two queries, no luck. I even tried a simple RTrim function, still nothing. Is my database corrupt? What could have happened? (The Trim function works in a different database!)