Link to home
Start Free TrialLog in
Avatar of Sue Tippett
Sue TippettFlag for United States of America

asked on

Error when attempting to use Replace function in Access 2010 sql query

I am receiving an error when using the Replace function.  I have checked the references, I included a screen shot of the references.
ReplaceFunctionIssue.docx
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Nothing is marked MISSING in your reference shot, so assuming you're getting the error on the same machine, your references are correct.

You're referencing "[Test]!Field1" in your expression. Is the Test table included in the Query you're working on?
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sue Tippett

ASKER

Actually, I did a compile.  Found a issue.  Working now.  Just needed my brain triggered.  thank you
Compile found issue in vba code which was causing the issue.  thank you