Hi to all
first to say I am beginner in programming so please dont mind for mistakes I could write here :)
I have this problem, on the form I use one combobox with Data Bound items, Data source, Display member & Value member.
Besides this combobox I have textbox with multiline turned ON.
My code should write values from specific table in Textbox when I sellect ID on the combobox. Actually this code works but not in a way I want
Me.TextBox2.Text = ComboBox2.SelectedValue
I would like to populate texbox from other columns as well. For my app I need one texbox in which I can see five lines of data, Company name, Address line1 & Address line2 & Address line3 & Address line4 . It's important to get data from different columns and each column in a new line.