P
Paul
Hi,
I'm using access 2003;
I've got a form with several listboxes;
One of these listboxes has a list of names in it. When I double click on
this listbox the selected value is added to a text field (marked as memo).
This field is bound to a table and can contain several values (names). What I
would like to achieve is that every value that is put into the text field is
shown on a new line in that field.
With the code I'm using now me.textbox.value=me.textbox.value &
me.listbox.value) every value is put directly after the other;
Value1Value2Value3 and I would like it to be like this;
Value1
Value2
Value3
If tried with Sendkeys and Chr() in the code but it didn't produce the
desired effect.
Anybody any ideas?
Cheers,
Paul
I'm using access 2003;
I've got a form with several listboxes;
One of these listboxes has a list of names in it. When I double click on
this listbox the selected value is added to a text field (marked as memo).
This field is bound to a table and can contain several values (names). What I
would like to achieve is that every value that is put into the text field is
shown on a new line in that field.
With the code I'm using now me.textbox.value=me.textbox.value &
me.listbox.value) every value is put directly after the other;
Value1Value2Value3 and I would like it to be like this;
Value1
Value2
Value3
If tried with Sendkeys and Chr() in the code but it didn't produce the
desired effect.
Anybody any ideas?
Cheers,
Paul