Hi Guys,
Can anybody help me with a script, of help to to an existing threat.
I know very little about VBA so I need something to copy / paste....
Probably very simple but not for me:
With a query I select the following (example) fields from a table:
[ID] [FGRP]
X1 5,8 (This string is in an memo-field and is always divided by a comma)
Y8 1,3,18 (Same)
Etc, etc
The script should split de field [FGRP] in to multiple rows and should be added to a (existing) table. Like so:
[ID] [FGRP]
X1 5
X1 8
Y8 1
Y8 3
Y8 18
The field [FGRP] can vary from empty up to appr. 150 numbers, always separated by a comma.
I have been searching the web for two day's now and I can't find anything useful to copy paste because I just don't know enough about advanced VBA.
If you can help me you are the hero of the month!
Cheers,
Bart
Can anybody help me with a script, of help to to an existing threat.
I know very little about VBA so I need something to copy / paste....
Probably very simple but not for me:
With a query I select the following (example) fields from a table:
[ID] [FGRP]
X1 5,8 (This string is in an memo-field and is always divided by a comma)
Y8 1,3,18 (Same)
Etc, etc
The script should split de field [FGRP] in to multiple rows and should be added to a (existing) table. Like so:
[ID] [FGRP]
X1 5
X1 8
Y8 1
Y8 3
Y8 18
The field [FGRP] can vary from empty up to appr. 150 numbers, always separated by a comma.
I have been searching the web for two day's now and I can't find anything useful to copy paste because I just don't know enough about advanced VBA.
If you can help me you are the hero of the month!
Cheers,
Bart