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

Message to users running lower version Access

Hi ,

I'm wondering it there is a way to notify users of the need to use a
different version of Access (2003). I have an Access 2003 mde file that
can't be opened by Access 2000-2002 users. I would like to pop up a message
(instead of the Access error message that it does not recognize the format),
telling the user that they need to be running Access 2003.

A background note - I am developing in 2002/2003 format on a machine running
2003, so I produce the mde in 2003. As I recall, there was a need to move to
the 2002-2003 environment from 2000 because of the need to use OpenArgs when
using DoCmd.OpenReport (as 2000 did not have an OpenArgs parameter option).

Any help is appreciated,

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200702/1

Feb 9 '07 #1
5 1550
jamcompany via AccessMonster.com wrote:
Hi ,

I'm wondering it there is a way to notify users of the need to use a
different version of Access (2003). I have an Access 2003 mde file
that can't be opened by Access 2000-2002 users. I would like to pop
up a message (instead of the Access error message that it does not
recognize the format), telling the user that they need to be running
Access 2003.

A background note - I am developing in 2002/2003 format on a machine
running 2003, so I produce the mde in 2003. As I recall, there was a
need to move to the 2002-2003 environment from 2000 because of the
need to use OpenArgs when using DoCmd.OpenReport (as 2000 did not
have an OpenArgs parameter option).

Any help is appreciated,
In order to run your code that displays your message the file would need to be
successfully opened which is impossible when they have the wrong version.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Feb 10 '07 #2
Ugh - that's what I suspected. Did I just paint myself into a corner by
implementing a new OpenReport method (one with the OpenArgs parameter)? I
really didn't see another choice in order to get the functionality I needed
on the report side of the application.

Any suggestions?

Rick Brandt wrote:
>Hi ,
[quoted text clipped - 12 lines]
>>
Any help is appreciated,

In order to run your code that displays your message the file would need to be
successfully opened which is impossible when they have the wrong version.
--
Phil

Message posted via http://www.accessmonster.com

Feb 10 '07 #3
jamcompany via AccessMonster.com wrote:
Ugh - that's what I suspected. Did I just paint myself into a corner
by implementing a new OpenReport method (one with the OpenArgs
parameter)? I really didn't see another choice in order to get the
functionality I needed on the report side of the application.

Any suggestions?
I have no idea what you are talking about with your report. A user with the
wrong version will get an error. When they ask about it tell them they have the
wrong version. Happens all the time with software.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Feb 10 '07 #4

"jamcompany via AccessMonster.com" <u19089@uweschreef in bericht news:6d9278c47eaa0@uwe...
Ugh - that's what I suspected. Did I just paint myself into a corner by
implementing a new OpenReport method (one with the OpenArgs parameter)? I
really didn't see another choice in order to get the functionality I needed
on the report side of the application.

Any suggestions?
Use Access2000 to develop, and you can deploy your mdb/mde to anyone who has A2000, A2002 or A2003.
Tell us what you are trying to achieve with the openargs
I guess you must be able to find a workaround for the openargs param of your report.

Arno R
Feb 10 '07 #5
Bri
jamcompany via AccessMonster.com wrote:
Ugh - that's what I suspected. Did I just paint myself into a corner by
implementing a new OpenReport method (one with the OpenArgs parameter)? I
really didn't see another choice in order to get the functionality I needed
on the report side of the application.

Any suggestions?
If the openargs value is coming from a calling form, then you could just
refer back to that form to get the value.

eg.
Where Me!MyOption is a control on the form that holds the value the
OpenArg (it can be a hidden control that is used just to hold this value).

If the code in the calling form is something like:
DoCmd.OpenReport "MyReport",,,,Me!MyOption

Then instead do something like this in the On_Open event code:
Select Case Forms!MyForm!MyOption
Case 1
'Do some stuff
Case 2
'Do other stuff
Case 3
'And so on
End Select

Hopefully that will give some ideas on how to get around the OpenArgs.
I've done this sort of thing myself as I primarily code in AC97 and then
convert as needed.

--
Bri
Feb 10 '07 #6

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

Similar topics

16
by: Wayne Aprato | last post by:
I have several Access 97 databases which are split into front end and back end running off a server. The front end mde is shared by 2 or 3 - absolute maximum of 6 concurrent users. This scenario...
3
by: Serious_Practitioner | last post by:
Hello, all - A few days ago, I posted the following message - Hello all, and thank you for your help in the recent past. Got a new error message in the last few days. While working with...
1
by: Serious_Practitioner | last post by:
Good day - As you suggested, I got and used the right version of Jetcomp, and I also tried to run compact and repair a couple of times. I think that the compact and repair process doesn't fully...
3
by: John | last post by:
Hi How can I; 1. Check the existence of an exe app in a particular path such as c:\myfolder\myapp.exe, and 2. Execute the app? Thanks
2
by: Robert W. | last post by:
I'm trying to add simple database functionality with a Windows Forms app I'm building. FYI my development machine is running Windows XP Pro, with all the service packs installed. First I tried...
4
by: dwa | last post by:
We're trying to use the CDO Message object to send an SMTP message with ..NET. Testing the code on a machine with FAT32 file system, everything works fine. Running under XP or Win2K with NTFS,...
1
by: Ramanfromoz | last post by:
Hi, Developing a new we application. Everything okay on my local WIN XP PROFESSIONAL, IIS 5.0 running locally. The website is running smoothly. Now, the same code I am copying over to a...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
12
by: (PeteCresswell) | last post by:
Does his sound legal? Somebody brought it up as an alternative to creating my temp DB under Documents and Settings\User Name. Sure seems simpler - conceptually identical to using C:\Temp in...
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
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
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...
0
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
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.