S
sysdrk
I'm interested in appending data to an Access table without having to
be constrained by the order of the columns in an external file. For
instance, if I have a table with 4 fields - A, B, C, D - I would like
to be able to have my external file in any column order, say D, C, B,
A. Is this possible without programming?
independence of the table ordering.
Denis
be constrained by the order of the columns in an external file. For
instance, if I have a table with 4 fields - A, B, C, D - I would like
to be able to have my external file in any column order, say D, C, B,
A. Is this possible without programming?
file ordered the same as the table - A, B, C, D - and I'd like to haveFrom what I've seen, it seems that I would have to have my external
independence of the table ordering.
Denis