473,799 Members | 3,029 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Converting Access 2000 to 2003

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 already converted databases
to Access 2003? We also have 2 mda's, will these convert with no problem in
the mda format. We no longer have the mdb that made the mda. Are there any
other nuances that I need to look out for?

Thanks in advance,
Mark
Mar 20 '07 #1
10 8380
On Mon, 19 Mar 2007 21:19:20 -0400, "NEWSGROUPS " <he******@yahoo .com>
wrote:

Typically the conversion from A2000 MDB to A2003 MDB is very easy. Why
not take a few minutes and try it.

MDA is the old extension for workgroup information files, related to
Access security (.MDW is the more current extension). They were not
created from MDBs. Perhaps you mean MDE? In that case you are in
deep trouble, because you lost the source code of the applications.
That was really not very smart to lose the MDB files.
Fortunately A2000 MDE files run fine in A2003 and A2007, in
compatibility mode. For future versions: your mileage may vary.

-Tom.

>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 already converted databases
to Access 2003? We also have 2 mda's, will these convert with no problem in
the mda format. We no longer have the mdb that made the mda. Are there any
other nuances that I need to look out for?

Thanks in advance,
Mark
Mar 20 '07 #2
On Mar 19, 6:38 pm, Tom van Stiphout <no.spam.tom7.. .@cox.netwrote:
On Mon, 19 Mar 2007 21:19:20 -0400, "NEWSGROUPS " <herei...@yahoo .com>
wrote:

Typically the conversion from A2000 MDB to A2003 MDB is very easy. Why
not take a few minutes and try it.

MDA is the old extension for workgroup information files, related to
Access security (.MDW is the more current extension). They were not
created from MDBs. Perhaps you mean MDE? In that case you are in
deep trouble, because you lost the source code of the applications.
That was really not very smart to lose the MDB files.
Fortunately A2000 MDE files run fine in A2003 and A2007, in
compatibility mode. For future versions: your mileage may vary.

-Tom.
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 already converted databases
to Access 2003? We also have 2 mda's, will these convert with no problem in
the mda format. We no longer have the mdb that made the mda. Are there any
other nuances that I need to look out for?
Thanks in advance,
Mark- Hide quoted text -

- Show quoted text -
fyi - an mda stands for Access Add-in I believe. Essentially a
library and it is exactly the same as an mdb file in content (that is,
forms, modules, reports, etc).

Mar 20 '07 #3
Actually I did mean mda. I have never created an mda so I was unaware as to
what it was. One of our programmers created 2 mda's and we use them as add
ins(through references). You are right as they do open as normal databases
and we can add code as needed. So that being said, are you telling me that
they will convert when opened in 2003 as long as they compile in Access 2000
error free?

Regards,
Mark


"NEWSGROUPS " <he******@yahoo .comwrote in message
news:B_******** *************** *******@comcast .com...
>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 already converted
databases to Access 2003? We also have 2 mda's, will these convert with no
problem in the mda format. We no longer have the mdb that made the mda. Are
there any other nuances that I need to look out for?

Thanks in advance,
Mark

Mar 20 '07 #4
On Tue, 20 Mar 2007 06:59:19 -0400, "NEWSGROUPS " <he******@yahoo .com>
wrote:

Yes.
-Tom.

>Actually I did mean mda. I have never created an mda so I was unaware as to
what it was. One of our programmers created 2 mda's and we use them as add
ins(through references). You are right as they do open as normal databases
and we can add code as needed. So that being said, are you telling me that
they will convert when opened in 2003 as long as they compile in Access 2000
error free?

Regards,
Mark


"NEWSGROUPS " <he******@yahoo .comwrote in message
news:B_******* *************** ********@comcas t.com...
>>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 already converted
databases to Access 2003? We also have 2 mda's, will these convert with no
problem in the mda format. We no longer have the mdb that made the mda. Are
there any other nuances that I need to look out for?

Thanks in advance,
Mark
Mar 20 '07 #5
Tom van Stiphout <no************ *@cox.netwrote in
news:2f******** *************** *********@4ax.c om:
MDA is the old extension for workgroup information files, related
to Access security (.MDW is the more current extension).
No, that's not correct. An MDA is an Access Add-in. In Access 2K,
and Access 2K2, the Utility wizards are still in Utility.MDA (I
don't have 2K3 installed on this PC to check).

It's still a completely valid extension for an Access add-in (though
not required).

Utility.MDA is probably actually an MDE.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Mar 20 '07 #6
en****@ridesoft .com wrote in
news:11******** **************@ n59g2000hsh.goo glegroups.com:
fyi - an mda stands for Access Add-in I believe. Essentially a
library and it is exactly the same as an mdb file in content (that
is, forms, modules, reports, etc).
Usually you'd use an MDE renamed as MDA for distribution.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Mar 20 '07 #7
"NEWSGROUPS " <he******@yahoo .comwrote in
news:we******** *************** *******@comcast .com:
Actually I did mean mda. I have never created an mda so I was
unaware as to what it was. One of our programmers created 2 mda's
and we use them as add ins(through references). You are right as
they do open as normal databases and we can add code as needed. So
that being said, are you telling me that they will convert when
opened in 2003 as long as they compile in Access 2000 error free?
Yes.

But why convert? A2K is a native format for A2K3. It only matters if
you want to use the small handfull of features added in A2K2 and
A2K3. I can't think of much of anything other than the printer
object that would be useful. If you're not needing to use something
that is unsupported in A2K, then I don't see any point in doing any
conversion at all.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Mar 20 '07 #8
I had read in another news group posting that I would not be able to add any
code or forms to an Access 2000 database used in Access 2003 unless
converted. We also have a small subgroup that has already had Access 2003
installed on there workstations and they have reported database corruptions
when accessing an Access 2000 with Access 2003. I have also heard that
Access 2003 is a little more "stable" (fewer corruptions etc...).
Mark
"David W. Fenton" <XX*******@dfen ton.com.invalid wrote in message
news:Xn******** *************** ***********@127 .0.0.1...
"NEWSGROUPS " <he******@yahoo .comwrote in
news:we******** *************** *******@comcast .com:
>Actually I did mean mda. I have never created an mda so I was
unaware as to what it was. One of our programmers created 2 mda's
and we use them as add ins(through references). You are right as
they do open as normal databases and we can add code as needed. So
that being said, are you telling me that they will convert when
opened in 2003 as long as they compile in Access 2000 error free?

Yes.

But why convert? A2K is a native format for A2K3. It only matters if
you want to use the small handfull of features added in A2K2 and
A2K3. I can't think of much of anything other than the printer
object that would be useful. If you're not needing to use something
that is unsupported in A2K, then I don't see any point in doing any
conversion at all.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Mar 21 '07 #9
On Mar 20, 8:47 pm, "NEWSGROUPS " <herei...@yahoo .comwrote:
I had read in another news group posting that I would not be able to add any
code or forms to an Access 2000 database used in Access 2003 unless
converted. We also have a small subgroup that has already had Access 2003
installed on there workstations and they have reported database corruptions
when accessing an Access 2000 with Access 2003. I have also heard that
Access 2003 is a little more "stable" (fewer corruptions etc...).

Mark

"David W. Fenton" <XXXuse...@dfen ton.com.invalid wrote in messagenews:Xn* *************** *************** ***@127.0.0.1.. .
"NEWSGROUPS " <herei...@yahoo .comwrote in
news:we******** *************** *******@comcast .com:
Actually I did mean mda. I have never created an mda so I was
unaware as to what it was. One of our programmers created 2 mda's
and we use them as add ins(through references). You are right as
they do open as normal databases and we can add code as needed. So
that being said, are you telling me that they will convert when
opened in 2003 as long as they compile in Access 2000 error free?
Yes.
But why convert? A2K is a native format for A2K3. It only matters if
you want to use the small handfull of features added in A2K2 and
A2K3. I can't think of much of anything other than the printer
object that would be useful. If you're not needing to use something
that is unsupported in A2K, then I don't see any point in doing any
conversion at all.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/- Hide quoted text -

- Show quoted text -
Not true that you need to convert, at least in my experience. About
the only thing I've found you can't do is to create an mde file. If
you have Access 2003 and the format of the file is 2000, then you will
not be allowed to create an mde file. I keep around Access 2000
strictly for that purpose.

Mar 21 '07 #10

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

Similar topics

17
2910
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 knew db's and gave me long list of things to do with that particular database, first thing being that particular conversion. Truth is that I don't know a first thing about db's, let alone using mysql... I downloaded mysql form www.mysql.com and...
1
1376
by: Katie | last post by:
This may seem hard to believe, but my company still develops in MS Access 97... it's very frustrating, especially having used 2000 and 2004 and knowing how useful the updates are! Anyway, whilst on a course recently I devloped some code in MS Access 2000 that I would like to use for a mdb at work. It is held on disk in a 2000 mdb... I need to open it with 97, but I can't. And I don't have access to a version of 2000. This is very...
3
2622
by: JMCN | last post by:
hello i am in the midst of converting all of the "inherited" databases from access 97 to access 2000. one of the issues i have is the basic one: dao.recordset. i have read that i need to simply turn off the ADO reference and change the reference ms dao 3.6 object library to ms dao 3.51 object library or "disambiguate the code". i tried both and i still receive the error message "run time error 3420 - object invalid or no longer set."
4
1881
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
3
1660
by: Andy | last post by:
Hi ! I have many simple, low-tech database applications spread throughout my organization that I developed in Access 2K.. Most have ODBC for Oracle connections ( read only ) to our principal application ( a mid size hospital's ADT software ). My current version of Access is 2000. I must now decide wether or not to install Access2003 on the PC that I use to develop these applications. The users will be converted to 3000 over the next 6...
2
1672
by: Rohit | last post by:
Hi, My organisation is using Access 97 and going to replace it with access 2000. Users have n number mdb files created in 97. After installation of Access 2000 I need to conver ALL the mdbs to 97. Is there any so that this process will take minimum amount of time? Thanks in Advance
2
2441
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 and views that kick off at different times. My Access 2000 database works well. Problem: I converted the database to Access 2003 am using ORACLE again as my back end (they have updated the drivers in Oracle to 9i). I an trying
1
1689
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 it over (converting). The error I am stuck on now is Error 3251 which then brings me into a code window that states the following is not working and needs to be debugged: rst2.FindFirst " = " & varFPNum 'dcr 87 5 lines I checked the table...
12
2363
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 it over (converting). The error I am stuck on now is Error 3251 which then brings me into a code window that states the following is not working and needs to be debugged: rst2.FindFirst " = " & varFPNum 'dcr 87 5 lines I checked the table in use...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9538
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10219
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10025
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9068
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7563
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5584
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.