skippypower
Registered User.
- Local time
- Today, 08:21
- Joined
- Jan 6, 2012
- Messages
- 10
hi,
im trying to convert all the values in a table/querie coulmn into coma seperated values in a text box. like:
table column:
a
b
c
d
e
*Some VBA Magic*
Textbox = a,b,c,d,e
Not realy sur where to start....any ideas? i presume some sort of loop is needed?
im trying to convert all the values in a table/querie coulmn into coma seperated values in a text box. like:
table column:
a
b
c
d
e
*Some VBA Magic*
Textbox = a,b,c,d,e
Not realy sur where to start....any ideas? i presume some sort of loop is needed?