Hi,
So I have a form with a Number of Text box's,
Text box 1 is where a user can type a location "We will call this TEXT-BOX A"
At the bottom of my form I have another text box with some buttons next to it "I will call this TEXT BOX B", if the user clicks the buttons a paragraph of text is placed in Text Box B.
All working with this code,
What I want to do is add the location to the end of that paragraph, ie "the hearse will proceed from our Chapel of Rest direct to,[WHAT EVER IS IN TEXT BOX A]"Code:Private Sub direct_Click()funeralnotes.SetFocus funeralnotes.Text = "The hearse will proceed from our Chapel of Rest direct to," End Sub
Can this be done?
Screenshot of my form,
Any help would be great,
Cheers
Mark