Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSAcces Import File Specifications - How do u enumerate/manipulate

Status
Not open for further replies.

ttg001

Programmer
Dec 6, 2006
1
US
I am currently trying to put together a job stream document. Vendor provided specs on the file are sketchy and I've done the Import Text File option in Access and have created a series of file specifications (multi record types in source file). Is there a way to programmatically capture the filespecifcation settings? For documentation purposes? for manipulating programatically?

I was envisioning something along the lines of the following collection ...
textfileobject.name(index#).filespecification("NameOfFileSpec").items

But I cannot find the object in any library -- does it even exist?
 
The specifications are stored in the MSysIMEXSpecs and MSysIMEXColumns tables.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top