Hi,
Need to show parameter value in the text box. If they type two product number, need to show them in different line. Maybe if user seperate with any special character is this possible?
param value: G456 / H688
In report
Prod No
---------
G456
H688
How can i get n seperater line? i tried VBCRLF but i dont know how to replace with?
Thank You