2
2Blessed4Stress
I have the following in my query:
PART: Replace(Replace(Replace([bm_Data]![PART DESCRIPTION],",","*"),"'","ft.
")," " ","in. ")
I keep getting an error of an invalid syntax.
I'm trying to replace "," with *, the symbols for " in. and 'ft with the
abbrev. and not the symbols.
PART: Replace(Replace(Replace([bm_Data]![PART DESCRIPTION],",","*"),"'","ft.
")," " ","in. ")
I keep getting an error of an invalid syntax.
I'm trying to replace "," with *, the symbols for " in. and 'ft with the
abbrev. and not the symbols.