I'm not sure what you would call what I want to do so Ill try and explain it.
I know I can add a pre-written statement to a Text Box by using Me.TextBoxName.Value = "what I want written in there"
But what I want to be able to do in a Long Text Box, is to be able to add multiple pre-written statements without removing the other line already in there, and each new statement be staring on a new line, like is if I pressed enter after the last statement.
Even if someone wants to tell me what the action I am trying to do is called I will try and find the solution myself.