![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Access 2003 - 2007
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 |
|
|||
|
Re: Access 2003 - 2007
Erwin,
Offhand I don't know the specific answer to your question. But I would say that in general it is a good idea to develop in the same version of Access that it will be deployed. -- Steve Schapel, Microsoft Access MVP 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 |
|
|||
|
Re: Access 2003 - 2007
Erwin,
Offhand I don't know the specific answer to your question. But I would say that in general it is a good idea to develop in the same version of Access that it will be deployed. -- Steve Schapel, Microsoft Access MVP 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 |
|
|||
|
RE: Access 2003 - 2007
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 > > |
|
|||
|
RE: Access 2003 - 2007
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 > > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|