E
EagleOne@microsoftdiscussiongroups
2003
Is there a way in VBA (SQL) to re-order columns?
The mainframe data that I receive for two different data sources comes with
preset columns. I have a Schema.ini file that configures the OpenFile read
loop which populates the data into the two respective data tables
Once captured, I process the data using strictly VBA (SQL) ALTER TABLE .....
and
dBs.Execute "Update ........;" statements.
Purposly I do not use the typical Access Queries for security purposes.
Therefore, I do not have access to the Move Column capability built in to
the Query Results View Datasheet View.
Except for the original import process mentioned above, the only other
avenue that I can think of is the order in which SELECT the fields in the VBA
(SQL) Select statement.
Is there any other after-the-fact VBA (SQL) procedures which would re-order
the columns? Or any other thoughts?
(In the DB2 world I have the capability of setting column order on printouts
or saved files via QMF queries. Anything like that in the Access world?)
TIA
EagleOne
Is there a way in VBA (SQL) to re-order columns?
The mainframe data that I receive for two different data sources comes with
preset columns. I have a Schema.ini file that configures the OpenFile read
loop which populates the data into the two respective data tables
Once captured, I process the data using strictly VBA (SQL) ALTER TABLE .....
and
dBs.Execute "Update ........;" statements.
Purposly I do not use the typical Access Queries for security purposes.
Therefore, I do not have access to the Move Column capability built in to
the Query Results View Datasheet View.
Except for the original import process mentioned above, the only other
avenue that I can think of is the order in which SELECT the fields in the VBA
(SQL) Select statement.
Is there any other after-the-fact VBA (SQL) procedures which would re-order
the columns? Or any other thoughts?
(In the DB2 world I have the capability of setting column order on printouts
or saved files via QMF queries. Anything like that in the Access world?)
TIA
EagleOne