Forum Discussion
SheriO7043
Mar 20, 2024Copper Contributor
Access Query Expressions not working: Replace, InStr
I am trying to run a relatively simple query and receive a compile error. The two fields involved are both text fields. SELECT Spouse, Replace(Spouse, Last, "") AS Result FROM SimplifiedTable...
peiyezhu
Mar 20, 2024Bronze Contributor
Please share your data and the expected result from the sql statement.