R
robertguy
Dave,
I have gone with your code as I need to ensure the user clicks on th
ok button to display the data.
Having said that, can you please advise me how to tweak your code t
display the data in one text box (TextBox1) formatted with a vbcrlf i
between fields.
I have tried the code below i.e. :-
Me.TextBox1.Value = .Offset(myIndex, 1).Value + vbCrLf
.Offset(myIndex, 2) + vbCrLf + .Offset(myIndex, 3)
(and changed the + signs to &) which does not insert a carriage retur
but displays the three filed on one line with some sort of contro
character in between
Any guidance would be appreciated
Ro
I have gone with your code as I need to ensure the user clicks on th
ok button to display the data.
Having said that, can you please advise me how to tweak your code t
display the data in one text box (TextBox1) formatted with a vbcrlf i
between fields.
I have tried the code below i.e. :-
Me.TextBox1.Value = .Offset(myIndex, 1).Value + vbCrLf
.Offset(myIndex, 2) + vbCrLf + .Offset(myIndex, 3)
(and changed the + signs to &) which does not insert a carriage retur
but displays the three filed on one line with some sort of contro
character in between
Any guidance would be appreciated
Ro