View Full Version : List Import specification files?


Canderel
04-28-2005, 01:07 AM
Am I right if I assume that each of the Import Specification files that I've defined are inside the actual .mdb file?

Now I'd like to, through the use of VBA, display the list of the current Import Specification files, and let the user choose which is the applicaple (or none) to the file he wants to import.

Is this possible?

Reenen

:eek:

(I just like the pic)

RoyVidar
04-28-2005, 01:19 AM
The spec name, and some information relating to the spec itself, is stored in the system table MSysIMEXSpecs, and if you also need column specification, that's in the system table MSysIMEXColumns (join by SpecID).

I haven't used this for anything yet, so I can't contribute any further, but does this give you a step in the direction you need?

john471
04-28-2005, 01:26 AM
I believe five out of four people have a problem with fractions.


And ten out of eight don't understand the meaning of a "lowest common denominator" :p

Canderel
04-28-2005, 01:28 AM
Yes! This is exactly what I wanted to know.

Thanks a million! :cool: