J
Joe Bowen
I have a requirement to read in a set of data. The order of the data itself
is important, and I have to sequence through it to do the proper processing
for table insertion. How do I do a record-by-record access of a table?
I've been trying to understand recordsets and readnext(), but it's not
clear.
The raw set of data has a name field. It will be the same for the first
several records. They are all associated, and I am inserting a relation to
another table to make this association. For the next record, the name will
be different (the logic is more complex than that). So the next group of
records are related. Then the first name reappears. That is a THIRD group,
because of the order in which they occurred.
So that's the problem.
Thanks,
Joe
is important, and I have to sequence through it to do the proper processing
for table insertion. How do I do a record-by-record access of a table?
I've been trying to understand recordsets and readnext(), but it's not
clear.
The raw set of data has a name field. It will be the same for the first
several records. They are all associated, and I am inserting a relation to
another table to make this association. For the next record, the name will
be different (the logic is more complex than that). So the next group of
records are related. Then the first name reappears. That is a THIRD group,
because of the order in which they occurred.
So that's the problem.
Thanks,
Joe