Hi All,
I have a textbox called on my form called Prod. A user can enter a string of production orders separated by a comma int this text box for e.g he/she could enter
111222,111223,111224
From this i want to be able to create a string output in a second textbox in the format
(prod = '111222' OR prod = '111223' OR prod = '111224)
This allow me to build a SQL string. What would be the easiest way to do this in VBA?
Thanks
I have a textbox called on my form called Prod. A user can enter a string of production orders separated by a comma int this text box for e.g he/she could enter
111222,111223,111224
From this i want to be able to create a string output in a second textbox in the format
(prod = '111222' OR prod = '111223' OR prod = '111224)
This allow me to build a SQL string. What would be the easiest way to do this in VBA?
Thanks