Rx, thanks for posting this script. I am using it to split error codes in a response file into their own records in a new table. The delimited field will have data such as:
0108~0204
0104
0104~0204~0508
up to four error values. The new table has two fields,
PG_Tracking - this is the...
I have used this forum anonymously for months now finding it highly informative and a great source of information that can be understood by VBA newbies like myself. I am posting for the first time due to a rush project. I inherited a database application that has one large main table...