473,506 Members | 16,954 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is the latest version of access

I want to buy the latest version of ms access.
Will this version let me create an mdb that will work with a lesser version
such as 2000, I am having a problem going from 2002 to 2000. The mde will
not work.

Is there a place you recommend that has it for a decent price?

Thanks
Nov 12 '05 #1
7 4210
Latest version = 2003.

It works with files in the 2000 format, but will have the same issue, i.e.
can only create MDE with the 2002/2003 format.

You can search around for a price in the country where you live.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Danny" <da********@hotmail.com> wrote in message
news:eD**********************@news4.srv.hcvlny.cv. net...
I want to buy the latest version of ms access.
Will this version let me create an mdb that will work with a lesser version such as 2000, I am having a problem going from 2002 to 2000. The mde will
not work.

Is there a place you recommend that has it for a decent price?

Thanks

Nov 12 '05 #2
Will a 2003 format run on somebodys pc who has 2000 format?
Can you save an mde from 2003 that will work in a ms 2000 format?
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:40***********************@freenews.iinet.net. au...
Latest version = 2003.

It works with files in the 2000 format, but will have the same issue, i.e.
can only create MDE with the 2002/2003 format.

You can search around for a price in the country where you live.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Danny" <da********@hotmail.com> wrote in message
news:eD**********************@news4.srv.hcvlny.cv. net...
I want to buy the latest version of ms access.
Will this version let me create an mdb that will work with a lesser

version
such as 2000, I am having a problem going from 2002 to 2000. The mde will not work.

Is there a place you recommend that has it for a decent price?

Thanks


Nov 12 '05 #3
"Danny" <da********@hotmail.com> wrote in message
news:Gv******************@news4.srv.hcvlny.cv.net. ..
Will a 2003 format run on somebodys pc who has 2000 format?
No. must use the 2000 format to do that.
Can you save an mde from 2003 that will work in a ms 2000 format?

No A2003 cannot create an MDE that will work on a computer using A2000.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
Nov 12 '05 #4
Thanks
I just want to make sure I have what I need. Is there an advantage to
getting access 2003?
So perhaps I will buy 2003, 2000 to cover all bases.
oh, what about 2002?
Thanks

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:40***********************@freenews.iinet.net. au...
"Danny" <da********@hotmail.com> wrote in message
news:Gv******************@news4.srv.hcvlny.cv.net. ..
Will a 2003 format run on somebodys pc who has 2000 format?


No. must use the 2000 format to do that.
Can you save an mde from 2003 that will work in a ms 2000 format?

No A2003 cannot create an MDE that will work on a computer using A2000.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

Nov 12 '05 #5
2002 and 2003 use the same file format.
You can create a 2002/2003 MDE with either version.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Danny" <da********@hotmail.com> wrote in message
news:eH*********************@news4.srv.hcvlny.cv.n et...
Thanks
I just want to make sure I have what I need. Is there an advantage to
getting access 2003?
So perhaps I will buy 2003, 2000 to cover all bases.
oh, what about 2002?
Thanks

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:40***********************@freenews.iinet.net. au...
"Danny" <da********@hotmail.com> wrote in message
news:Gv******************@news4.srv.hcvlny.cv.net. ..
Will a 2003 format run on somebodys pc who has 2000 format?


No. must use the 2000 format to do that.
Can you save an mde from 2003 that will work in a ms 2000 format?

No A2003 cannot create an MDE that will work on a computer using A2000.

Nov 12 '05 #6
Dear Danny,

If you are going to develop for Access 2000, it's best for you to
develop IN Access 2000. Whatever advantages Access 2003/2002 may have
will not be worth the hasle of later "downgrading" your database. If
you are going to develop for users of more than one version of access,
it's always best to use the lowest (oldest) version for developing.
This is because any version of Access can always work with DBs
developed with an earlier version, without you needing to do anything.
Using a new version to develop for older versions will always be a
problem.

If you want to take advantage of the newer versions of Access but your
clients don't want to invest in up-to-date software (i.e. Access
2003), YOU can always invest and get Microsoft Office for Developers.
It's a complete version of Office, with all kinds of extras for
developers. The tool you need is called the Packaging and Deployment
Wizard. It creates an installation program (that you may distribute
freely) that includes a Run-Time version of Access plus whatever other
files your application may need (it figures out what your application
needs automaticaly). This, in addition to looking very professional,
means your clients don't need any version of access at all.

I own the 2002 version and the Packaging Wizard works great on WinXP
but gave me some problems on Win98. They may have fixed that on the
2003 version.

Hope this helps...
Noam Nelke, Israel.

PS Try looking for software online (ebay, etc.)
Nov 12 '05 #7
I recieved this e-mail:
Hi, Noam -
I caught this post and have a further question:
With a run-time version can the user add/edit records even though they do
not have Access on their machine?

Thanks!

Andi Plotsky


Well, the answer is Yes. The run-time version of Access allowes the
user to do everything except EDITING forms, tables, querys, code and
so on. Editing records IS pemitted. Adding records, deleting records
and so on are all possible. Even edditing tables and forms from code
are possible.

Basicaly the run time version is just like access, only you can't
DEVELOP on it.

If anyone has further questions, please put them on the newsgroup so
that everyone can benefit.

Peace,

Noam Nelke, Israel.
Nov 12 '05 #8

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

Similar topics

2
8760
by: Terence Shek | last post by:
Is there a way to set the application binding policy so that it always binds to the latest version of an assembly? I'm hoping there is a way to avoid updating the application's binding...
0
1489
by: Eddy | last post by:
We have a somewhat large .net solution (25+ projects). All the developers using this solution have experienced at one time or another a "Get latest Version (recursive)" on the solution that has NOT...
1
1863
by: Ralph Krausse | last post by:
What is the latest version of javascript? 1.2? Who manages this? NetScape? Who comes out with new versions? How does these changes get into Netscape and Explorer? How can I find what browsers...
7
332
by: Danny | last post by:
I want to buy the latest version of ms access. Will this version let me create an mdb that will work with a lesser version such as 2000, I am having a problem going from 2002 to 2000. The mde will...
0
1475
by: Damien | last post by:
Hi, Visual Studio .NET 2003 Visual SourceSafe 6 (6.0d) I'm working in a three person team on a reasonably complex Solution - it currently consists of 9 separate projects (3 of them are plain...
76
3958
by: kwilder | last post by:
This works, but it doesn't load the latest version of the xml if it was just modified without closing and reopening the browser. Here's the scenario: I have an xml doc called results.xml. It...
2
1708
by: Don | last post by:
Is it possible to configure an application to use CodeBase and Redirection (Config file) or any other means, to load the latest version of an Assembly from a specified URL. Using Codebase i need...
2
2699
by: kinnu | last post by:
Hi All, I have created an application and uploaded in geocities.com\...html. I want the VB application to check the latest/updated version application from geocities\...html when it checks for...
5
10615
by: Ellie | last post by:
Hi, I am now starting to look into upgrading our vb6 apps to .net and need to know the latest version I should be getting. Thanks
0
7218
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,...
0
7103
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
7307
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
7370
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5614
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,...
0
4701
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3188
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1532
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
409
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...

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.