D
Donna
I'm exporting from Access to a txt file. The problem I
have is keeping the sequencing. I'm combining three
tables into a main table (a header record, line record &
comment record all for one order number) and I need to
keep the order the main table appears in when I export.
80% of the time it works, the other 20%, I'll have one or
two records out of order.
It should look like: "10","001","item"
"20","001","item"
"30","001","item"
"10","002","item"
It ends up like this: "20","001","item"
"30","001","item"
"10","002","item"
"10","001","item"
"20","002","item"
Please let me know if there's a way to do this.
Thanks
have is keeping the sequencing. I'm combining three
tables into a main table (a header record, line record &
comment record all for one order number) and I need to
keep the order the main table appears in when I export.
80% of the time it works, the other 20%, I'll have one or
two records out of order.
It should look like: "10","001","item"
"20","001","item"
"30","001","item"
"10","002","item"
It ends up like this: "20","001","item"
"30","001","item"
"10","002","item"
"10","001","item"
"20","002","item"
Please let me know if there's a way to do this.
Thanks