A
Andy
Access 97
I have inherited a database with a huge number of tables. Each tables has
about 30-40 fields but only some fields are actually required. The end
purpose of the database is to accept data from one database and convert it
to a fixed length text file for importing to another database.
The problem I have is that I want to use the Transfertext function to create
the text file but I cannot find a way for the Specification file to select
specific fields and ignore others.
My alternative idea was to create temporary output tables for this purpose
since and export from there. My plan was to step through each tabledef in
the database and copy on the required fields to the temporary database. My
idea was to filter out the unwanted fields using a comment in the
description as a filter key.
I cannot find a way to access the descriptions in the field. Can the
description be accessed ?
Failing that can the transfertext specification ignore certain fields?
Many thanks
Andy
I have inherited a database with a huge number of tables. Each tables has
about 30-40 fields but only some fields are actually required. The end
purpose of the database is to accept data from one database and convert it
to a fixed length text file for importing to another database.
The problem I have is that I want to use the Transfertext function to create
the text file but I cannot find a way for the Specification file to select
specific fields and ignore others.
My alternative idea was to create temporary output tables for this purpose
since and export from there. My plan was to step through each tabledef in
the database and copy on the required fields to the temporary database. My
idea was to filter out the unwanted fields using a comment in the
description as a filter key.
I cannot find a way to access the descriptions in the field. Can the
description be accessed ?
Failing that can the transfertext specification ignore certain fields?
Many thanks
Andy