I have a table that contains log entries.
The table has two columns, the first column is a timestamp and the second column contains the data I need to parse. What I have to do is seperate the three fields in the second column into three columns.
Here is an example of two rows of data from the second column;
(TA:606:Duplica te Entry For ItemId SerialId ModelNo [12350901] [123456086632509] [2016] )
(TA:606:Duplica te Entry For ItemId SerialId ModelNo [45685470] [957125352146255] [14] )
I am not too familiar with Access 2000 but reviewing the forums I attempted to use instr with left and right functions to extract. Didn't work too well for me.
I think the brackets were the problem....
The table has two columns, the first column is a timestamp and the second column contains the data I need to parse. What I have to do is seperate the three fields in the second column into three columns.
Here is an example of two rows of data from the second column;
(TA:606:Duplica te Entry For ItemId SerialId ModelNo [12350901] [123456086632509] [2016] )
(TA:606:Duplica te Entry For ItemId SerialId ModelNo [45685470] [957125352146255] [14] )
I am not too familiar with Access 2000 but reviewing the forums I attempted to use instr with left and right functions to extract. Didn't work too well for me.
I think the brackets were the problem....
Comment