M
Mark VII
Greetings --
I just inherited a mess of an Access database, that has a number of import
specs defined. I'd like to loop through all the import specs and for each
spec, write out the particulars for each field. Something like this
psuedocode:
For each ImportSpec in CurrentDb
For each Field in ImportSpec.Fields
'* write ImportSpec Name, Field Name, Data Type, Length to external file
next field
next ImportSpec
The catch is that I haven't been able to find an ImportSpec collection that
I can enumerate to write out this info.
Any thoughts? Am I down to poking around in system tables?
TIA,
Mark
I just inherited a mess of an Access database, that has a number of import
specs defined. I'd like to loop through all the import specs and for each
spec, write out the particulars for each field. Something like this
psuedocode:
For each ImportSpec in CurrentDb
For each Field in ImportSpec.Fields
'* write ImportSpec Name, Field Name, Data Type, Length to external file
next field
next ImportSpec
The catch is that I haven't been able to find an ImportSpec collection that
I can enumerate to write out this info.
Any thoughts? Am I down to poking around in system tables?
TIA,
Mark