G
Guest
Hello,
I am trying to build a database that will import a .txt file from a main
frame. A sample of the file is below which shows records for 3 unique IDs
(the numbers starting with N).
The problem I have is that the second row does not have the unique ID for
that row which is on the row above. What I would like to do is add this ID
to the second row and so on for each record.
I know how to do this in Excel but there are hunderds of thousands of
records so Excel is not ideal. I think I need to use a do loop function and
and append query but I am not sure how to do this programatically. Can
anyone help me?
Thank you,
Martin
ID CALLS NOTIFIED ACKNOW ARRIVED
CLEARED
N092631 1 0:00 0:00
0:00
0:00
0:00 0:00
N114631 1 0:00 0:01
0:03
0:19
0:20 0:23
N190631 1 0:00
0:03 0:05
0:41
0:44 0:49
I am trying to build a database that will import a .txt file from a main
frame. A sample of the file is below which shows records for 3 unique IDs
(the numbers starting with N).
The problem I have is that the second row does not have the unique ID for
that row which is on the row above. What I would like to do is add this ID
to the second row and so on for each record.
I know how to do this in Excel but there are hunderds of thousands of
records so Excel is not ideal. I think I need to use a do loop function and
and append query but I am not sure how to do this programatically. Can
anyone help me?
Thank you,
Martin
ID CALLS NOTIFIED ACKNOW ARRIVED
CLEARED
N092631 1 0:00 0:00
0:00
0:00
0:00 0:00
N114631 1 0:00 0:01
0:03
0:19
0:20 0:23
N190631 1 0:00
0:03 0:05
0:41
0:44 0:49