I am needing to have a TEXTBOX be updated from a button that takes some info from my Combobox's and puts them into the TEXTBox 1 line at a time. But I will need to keep adding to this until i am ready to complete the data to send and then clear it out.
I have tried using:
TextBox1.value = me.comboBox1.value & vbNewLine
But it just replaces the first line all the time. I need to have it keep adding to the textbox whenever i change one of my combobox's
Help is greatly appreciated.
Mike
I have tried using:
TextBox1.value = me.comboBox1.value & vbNewLine
But it just replaces the first line all the time. I need to have it keep adding to the textbox whenever i change one of my combobox's
Help is greatly appreciated.
Mike