The part about saving the steps for an import is a new feature within Access
2007 and is NOT available in any other versions. But, you should be able to
just create an import/export specification and even use that within code (or
even doing a manual import/export).
You can find some info on how to do import and export specifications here:
IMPORT SPEC
http://www.btabdevelopment.com/main/...8/Default.aspx
EXPORT SPEC:
http://www.btabdevelopment.com/main/...bid=55&mid=385
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at
http://www.btabdevelopment.com
If my post was helpful to you, please rate the post.
__________________________________
"Erwin Bormans" wrote:
> Hi all
>
> I've made a database in Access 2007. (Saved it with compatibility with 2000)
> It is the intention to use this database in a Access 2003 envoirment.
>
> In 2007 you got the option to save a Import or Export process. In VBA i
> call: DoCmd.RunSavedImportExport "ImportScheuten"
>
> Now I discover that there is no option to save a Import process in 2003. All
> the information I can find says this, but is this definitly true or is there
> a way to work around this issue?
>
> Kind regards
> Erwin
>
>