I have a text box that is filled with data pulled from another databse.
The pulled format is [productcode].[itemcode]
How do I find the "." and replace it with a space?
For example, I need to go from DF6YT.7856 to DF6YT 7856.
I'd like to do this in the After Update event.
Thanks in advance.
The pulled format is [productcode].[itemcode]
How do I find the "." and replace it with a space?
For example, I need to go from DF6YT.7856 to DF6YT 7856.
I'd like to do this in the After Update event.
Thanks in advance.