dantheinfoman
Programmer
Hi All,
I'm wanting to make it so that I can separate delimited information into my listbox from a single table field.
So lets say the listbox array has 3 columns (it really has 9 in the actual version) and I wanted to cram 3 entries into a field.
"100,BILLY,MADISON;200,DANNY,BOY;300,NEXT,ENTRY"
How can I separate these into 3 records (delimited by a colon or semicolon or pipe etc) and furthermore, to take these three records and separate out the fields that are comma separated?
And would that make it glitchy or slow to manipulate??
Thanks!
Dan
I'm wanting to make it so that I can separate delimited information into my listbox from a single table field.
So lets say the listbox array has 3 columns (it really has 9 in the actual version) and I wanted to cram 3 entries into a field.
"100,BILLY,MADISON;200,DANNY,BOY;300,NEXT,ENTRY"
How can I separate these into 3 records (delimited by a colon or semicolon or pipe etc) and furthermore, to take these three records and separate out the fields that are comma separated?
And would that make it glitchy or slow to manipulate??
Thanks!
Dan