I have a part number field with numbers and characters. for example i 
have a part number 457-67a/12. i want to repalce the ,"-" and "/", 
with empity string using the replace function. replace([partnum], "-
", "") only replaces the "-". how do i place multiple parameter in 
this function.
Thanks

Reply via email to