473,394 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Converting Access 2003 to Access 97

Hi,

I wrote a VBA program to read and process data from an ODBC source and
put it into an Access database. I want to make the program into an MDE
file and run it on systems with Access 2003. So I have to work in
Access 2003 to do this. The problem is that the database that is
created by my program will have to be imported into an application that
only handles Access 97 .mdb file formats. I am wondering if there is
any way to do this. I only have to export the tables, but I need to
preserve the table properties. I was thinking about doing some type of
generic export from ACC2003 and then running some kind of VB script to
convert it into ACC97.... Maybe there is a better way....

Thanks for any help.
Dave

Nov 13 '05 #1
3 15385
Dave wrote:
Hi,

I wrote a VBA program to read and process data from an ODBC source and
put it into an Access database. I want to make the program into an MDE
file and run it on systems with Access 2003. So I have to work in
Access 2003 to do this. The problem is that the database that is
created by my program will have to be imported into an application that
only handles Access 97 .mdb file formats. I am wondering if there is
any way to do this. I only have to export the tables, but I need to
preserve the table properties. I was thinking about doing some type of
generic export from ACC2003 and then running some kind of VB script to
convert it into ACC97.... Maybe there is a better way....


Use the Tools > Database Utilities > Convert Database > To Access 97
File Format.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
Nov 13 '05 #2
MGFoster <me@privacy.com> wrote in
news:PS*****************@newsread1.news.pas.earthl ink.net:
Dave wrote:
Hi,

I wrote a VBA program to read and process data from an ODBC
source and put it into an Access database. I want to make
the program into an MDE file and run it on systems with
Access 2003. So I have to work in Access 2003 to do this.
The problem is that the database that is created by my
program will have to be imported into an application that
only handles Access 97 .mdb file formats. I am wondering if
there is any way to do this. I only have to export the
tables, but I need to preserve the table properties. I was
thinking about doing some type of generic export from ACC2003
and then running some kind of VB script to convert it into
ACC97.... Maybe there is a better way....


Use the Tools > Database Utilities > Convert Database > To
Access 97 File Format.


This only works if the developer has stayed away from decimal
type fields which Access 97 doesn't support and access 2003 is
too stupid to change to long or double..

--
Bob Quintal

PA is y I've altered my email address.
Nov 13 '05 #3

Bob Quintal wrote:
MGFoster <me@privacy.com> wrote in
news:PS*****************@newsread1.news.pas.earthl ink.net:
Dave wrote:
Hi,

I wrote a VBA program to read and process data from an ODBC
source and put it into an Access database. I want to make
the program into an MDE file and run it on systems with
Access 2003. So I have to work in Access 2003 to do this.
The problem is that the database that is created by my
program will have to be imported into an application that
only handles Access 97 .mdb file formats. I am wondering if
there is any way to do this. I only have to export the
tables, but I need to preserve the table properties. I was
thinking about doing some type of generic export from ACC2003
and then running some kind of VB script to convert it into
ACC97.... Maybe there is a better way....


Use the Tools > Database Utilities > Convert Database > To
Access 97 File Format.


This only works if the developer has stayed away from decimal
type fields which Access 97 doesn't support and access 2003 is
too stupid to change to long or double..


Hey, yeah actually I wasn't even thinking about that. Sometimes I get
too buried in code to think about looking at menu options. But
actually I found that if I make a database from ACC2003 like this:

Set dbx = DBEngine(0).CreateDatabase(dbxname, dbLangGeneral,
dbVersion30)

And then write tables to it like this:

DoCmd.TransferDatabase acExport, "Microsoft Access", dbxname, acTable,
"CPIINPUT", "CPIINPUT_TEMP", False

That it reads just fine into my ACC97 application...

Dave

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: chicha | last post by:
Hey people, I have to convert MS Access 2000 database into mysql database, the whole thing being part of this project I'm doing for one of my faculty classes. My professor somehow presumed I...
0
by: Bob Alston | last post by:
Looking for the best resources for converting an existing Access 2003 database to the web. Have an application that has many forms and reports, with sub-forms and sub-reports and liberal use of...
4
by: (Pete Cresswell) | last post by:
I've got everything in 2000 format right now, but it's now clear that all of the clients will be running 2003. Is there any advantage in converting? -- PeteCresswell
2
by: John Ortt | last post by:
Hi All, I have a database in Access 97 which works fine but our company is converting from NT4 to XP Pro and in the process changing Office 97 for Office 2003. I have tried to convert the 97...
2
by: Christine.Misseri | last post by:
Hi all, I'm sure someone knows about this problem. I have an Access database designed in Access 2000, connected to an ORACLE 8i back end. On the ORACLE side I have stored procedures, triggers...
23
by: Reggie | last post by:
Hi and TIA. I developed several A2K dbs which are now being run on my clients computer which have been upgraded to Access 03. I'm not sure exactly what they mean but of you know or could point me...
10
by: NEWSGROUPS | last post by:
I work for an organization that is migrating from Access 2000 to Access 2003. About 5 or 6 years ago we migrated from Access 97 to Access 2000 with no problem. Will I have trouble converting these...
1
LMHelper
by: LMHelper | last post by:
I am in the process of switching an Access Database that was originally designed in Access 97 and they need it to switch over to Access 2000-2003 Database Version. We have run into errors when...
12
LMHelper
by: LMHelper | last post by:
I am in the process of switching an Access Database that was originally designed in Access 97 and they need it to switch over to Access 2000-2003 Database Version. We have run into errors when moving...
1
by: murraystewart | last post by:
I have spent days building a database in access 2003 and the found it needs to run on Access 97, I did the conversion but the form is not opening with an error message "you loaded a form or report...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.