I have a messagebox and what i want to do is create a newline inbetween information. So like my msgbox outputs fields that need to be filled in what i want it to do is have a return inbetween them. i.e
Incident Type
First Name
Last Name
etc... right now I have the code
Msg = Msg & cntl.Name ", " so it has a comma inbetween names. how do I put in a new line between names. Thanks
Incident Type
First Name
Last Name
etc... right now I have the code
Msg = Msg & cntl.Name ", " so it has a comma inbetween names. how do I put in a new line between names. Thanks