473,385 Members | 1,752 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,385 software developers and data experts.

A2K App Seems To Run Under 2002 and 2003?

I just took an app developed under Access 2000 to the client's site.

First PC I put it on had Access 2002 installed and the app opened right up - no
problems, no prompts....just opened up and ran A-OK.

Then they decided that the actual users should have Access 2003 installed
because the rest of their MS Office installs were 2003 - so we installed Access
2003 on the users' machines.

Then tested the app on one of the user's machines expecting something like a "do
you want to convert this database?" prompt...but no such prompt. Again, it
just opened and ran.
Finally, I took that version home with me and opened it up on my own PC under
Access 2002. To my surprise, it opened up again - no prompts. Only thing I
had to do to make it compile was set the MS Excel reference back to 9.0 from the
higher version that it seemed to have automagically been set on the client's PC.
This all sounds pretty good to me....maybe too good.....

Is it normal - can I just keep ping-ponging the development of this app
back-and-forth between 2000 and 2003?
--
PeteCresswell
Nov 13 '05 #1
7 1204
The default file format of both Access 2002 and 2003 is the Access 2000 file
format, which certainly helps.

As long as you don't use any features of the new versions that weren't
available in Access 2000, you should be fine.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"(Pete Cresswell)" <x@y.z> wrote in message
news:2p********************************@4ax.com...
I just took an app developed under Access 2000 to the client's site.

First PC I put it on had Access 2002 installed and the app opened right
up - no
problems, no prompts....just opened up and ran A-OK.

Then they decided that the actual users should have Access 2003 installed
because the rest of their MS Office installs were 2003 - so we installed
Access
2003 on the users' machines.

Then tested the app on one of the user's machines expecting something like
a "do
you want to convert this database?" prompt...but no such prompt. Again,
it
just opened and ran.
Finally, I took that version home with me and opened it up on my own PC
under
Access 2002. To my surprise, it opened up again - no prompts. Only
thing I
had to do to make it compile was set the MS Excel reference back to 9.0
from the
higher version that it seemed to have automagically been set on the
client's PC.
This all sounds pretty good to me....maybe too good.....

Is it normal - can I just keep ping-ponging the development of this app
back-and-forth between 2000 and 2003?
--
PeteCresswell

Nov 13 '05 #2
The default file format in Access 2002 (XP) and 2003 is the 2000 file
format. There is an option in the Options dialog to change the default, but
even if you do, Access 2002 and 2003 will open a 2000 file without
prompting. Changing the default only changes the version of the file when
you create a new file.

--
Wayne Morgan
MS Access MVP
"(Pete Cresswell)" <x@y.z> wrote in message
news:2p********************************@4ax.com...
I just took an app developed under Access 2000 to the client's site.

First PC I put it on had Access 2002 installed and the app opened right
up - no
problems, no prompts....just opened up and ran A-OK.

Then they decided that the actual users should have Access 2003 installed
because the rest of their MS Office installs were 2003 - so we installed
Access
2003 on the users' machines.

Then tested the app on one of the user's machines expecting something like
a "do
you want to convert this database?" prompt...but no such prompt. Again,
it
just opened and ran.
Finally, I took that version home with me and opened it up on my own PC
under
Access 2002. To my surprise, it opened up again - no prompts. Only
thing I
had to do to make it compile was set the MS Excel reference back to 9.0
from the
higher version that it seemed to have automagically been set on the
client's PC.
This all sounds pretty good to me....maybe too good.....

Is it normal - can I just keep ping-ponging the development of this app
back-and-forth between 2000 and 2003?
--
PeteCresswell

Nov 13 '05 #3
Per (Pete Cresswell):
Is it normal - can I just keep ping-ponging the development of this app
back-and-forth between 2000 and 2003?


Oops! I think that '"H" <H@HOME.CO.UK' answered my question already in the
'New Access Version?' thread.

Sounds like Tools|Options|Advanced|Default File Format was defaulted to Access
2000 at the client's site.
--
PeteCresswell
Nov 13 '05 #4
Per Wayne Morgan:
Access 2002 and 2003 will open a 2000 file without
prompting


But I do get that annoying macro prompt - that I'm hearing can only be avoided
by setting SecurityLevel=Low.
--
PeteCresswell
Nov 13 '05 #6
No, that's not the only way, but is probably the most practical way unless
you have the money to buy a security certificate for code signing. I've
looked at the pricing of these, it's too high for me to justify it for
myself. Also (I believe), once you do sign the code, any change to the code
will require resigning.

--
Wayne Morgan
MS Access MVP
"(Pete Cresswell)" <x@y.z> wrote in message
news:74********************************@4ax.com...
Per Wayne Morgan:
Access 2002 and 2003 will open a 2000 file without
prompting


But I do get that annoying macro prompt - that I'm hearing can only be
avoided
by setting SecurityLevel=Low.

Nov 13 '05 #7
Per Wayne Morgan:
You may find the following articles interesting.

http://support.microsoft.com/default...b;en-us;319400
http://support.microsoft.com/default...b;en-us;810415
http://support.microsoft.com/default...b;en-us;278376


Thanks. After reading them, it looks to me like as long as I avoid 2002
format (i.e. stick with 2000 as I planned or go with 2003) there's no problem.
--
PeteCresswell
Nov 13 '05 #8

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

Similar topics

13
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine,...
7
by: Wayne Aprato | last post by:
I have several Access 2003 mde databases. When I try to open them in Access 2002 I get the following error: "The Visual Basic for Applications project in the database is corrupt." ...
4
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully...
5
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...

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.