473,761 Members | 10,276 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Thinking of upgrading runtime from Access 97, any comparisons / tips?

ARC
Hello All,

I have a major application for quoting and invoicing that is written in
Access 97 (both front and back ends). I have a user base of over 300
customers, and currently I don't require that they have Access 97, as I use
the access 97 runtime scripts from Sagekey software. The main problems I've
seen with Access 97 are the built in e-mail support for sending reports.
Unless a user uses the MS Outlook 2000/XP method, they have to go with
either an .RTF (which doesn't include graphics), or a Snapshot (which they
don't like to do).

After catching up with some of the posts here, it sounds like the .RTF issue
still exists in Access 2003. This is ok, as long as 2003 will finally
support the use of Outlook Express, using your own defined attachments, and
not requiring a full copy of Outlook 2000/XP or later, for attachments. I
guess I really have 3 options:

1) Stick with Access 97, and buy the updated Access 97 runtime scripts from
Sagekey that now supports Windows Vista installs. Buy an e-mail add-in
program that supports build in e-mails, .pdf attachments, etc.

2) Buy Office Developer 2003 (not sure thist can still be purchased
anywhere), and new Access 2003 runtime scripts.

3) Buy the latest Office Developer 2007.

I do believe the e-mail handling, with lack of attachments such as .pdf or
..xls, in the default ms mapi functions, is the big drawback of access 97.
The positives of staying with 97 would be the reduced size of the download,
and possibly faster running speed of 97 (as Microsoft software evolves, it
generally requires faster hardware, etc.)

I'm sure I'm missing many key features that have been added to the 2003 and
2007 versions of office, but it's really hard to find a link comparing the
feature sets of all versions of office. Can anyone offer suggestions?

Many, many thanks!

Andy
May 8 '07 #1
3 2261
On Tue, 08 May 2007 18:31:42 GMT, "ARC" <an**@andyc.com wrote:

For #1 check out Stephen Lebans' utility here:
http://www.lebans.com/reporttopdf.htm

#3: Does not exist yet, AFAIK

I'm sure you can find a "what's new" link on office.microsof t.com

-Tom.

>Hello All,

I have a major application for quoting and invoicing that is written in
Access 97 (both front and back ends). I have a user base of over 300
customers, and currently I don't require that they have Access 97, as I use
the access 97 runtime scripts from Sagekey software. The main problems I've
seen with Access 97 are the built in e-mail support for sending reports.
Unless a user uses the MS Outlook 2000/XP method, they have to go with
either an .RTF (which doesn't include graphics), or a Snapshot (which they
don't like to do).

After catching up with some of the posts here, it sounds like the .RTF issue
still exists in Access 2003. This is ok, as long as 2003 will finally
support the use of Outlook Express, using your own defined attachments, and
not requiring a full copy of Outlook 2000/XP or later, for attachments. I
guess I really have 3 options:

1) Stick with Access 97, and buy the updated Access 97 runtime scripts from
Sagekey that now supports Windows Vista installs. Buy an e-mail add-in
program that supports build in e-mails, .pdf attachments, etc.

2) Buy Office Developer 2003 (not sure thist can still be purchased
anywhere), and new Access 2003 runtime scripts.

3) Buy the latest Office Developer 2007.

I do believe the e-mail handling, with lack of attachments such as .pdf or
.xls, in the default ms mapi functions, is the big drawback of access 97.
The positives of staying with 97 would be the reduced size of the download,
and possibly faster running speed of 97 (as Microsoft software evolves, it
generally requires faster hardware, etc.)

I'm sure I'm missing many key features that have been added to the 2003 and
2007 versions of office, but it's really hard to find a link comparing the
feature sets of all versions of office. Can anyone offer suggestions?

Many, many thanks!

Andy
May 9 '07 #2
The scripts in the developer ed are just wrappers for installing the
runtime version of access on the user's machine and copying in the
database - if you have the inclination, you can script this yourself
with vbscript, or a bat file... whatever you're comforable with. There
are also some very good third party applications for packing your mde.
So don't let this be a deal breaker.

Access 2003 doesn't really add much over A2k - Most access aps
developed in 2003 are actually compiled in the 2000 format anyway. In
fact, I avoid 2003 where possible because of the crazy macro security
warnings that plague users. Unless you are willing to shell out an
annual subscription for a security cert I'd avoid 2003 - there are
work arounds, but they involve messing with security settings - which
is never polite. I have heard that some third party mde packaging
solutions get around this - but I don't know how, so can't comment
here.

Don't know anything about 2007, sorry!

Also, the blurb is that you can easily upgrade existing aps from one
version to another and run 2000 on 2003 etc... not always the case -
and I have a recycling bin full of corrupted dbs to testify!

My advice: If it ain't broke...

May 9 '07 #3
ARC
Thanks so much, Bill!

So you are saying I should stick with Access 97? I've considered that. And
interestingly, I do have Office 2000 Developer, and the only time I've used
it is if my Access 97 program .mdb became corrupted, as I found that Access
2000 could often save the day, and read the corrupted .mdb, thus allowing me
to resave as access 97.

Would it be worthwhile to just up it to access 2000? Any benefits, such as
speed, etc.? I know that I frequently get questions regarding why the wheel
on the mouse will not work in 97, does this problem go away in 2000?

Hmmm...I guess if I can find a self-contained e-mail client, that worked in
vista as well, staying with 97 wouldn't be bad. The problem is I have to be
able to specify extra attachments, and the .sendobject just doesn't cut it.
I do use the Outlook library add-in to get around this, but of course, that
means the customer needs full Outlook.
Thanks!

"BillCo" <co**********@g mail.comwrote in message
news:11******** *************@u 30g2000hsc.goog legroups.com...
The scripts in the developer ed are just wrappers for installing the
runtime version of access on the user's machine and copying in the
database - if you have the inclination, you can script this yourself
with vbscript, or a bat file... whatever you're comforable with. There
are also some very good third party applications for packing your mde.
So don't let this be a deal breaker.

Access 2003 doesn't really add much over A2k - Most access aps
developed in 2003 are actually compiled in the 2000 format anyway. In
fact, I avoid 2003 where possible because of the crazy macro security
warnings that plague users. Unless you are willing to shell out an
annual subscription for a security cert I'd avoid 2003 - there are
work arounds, but they involve messing with security settings - which
is never polite. I have heard that some third party mde packaging
solutions get around this - but I don't know how, so can't comment
here.

Don't know anything about 2007, sorry!

Also, the blurb is that you can easily upgrade existing aps from one
version to another and run 2000 on 2003 etc... not always the case -
and I have a recycling bin full of corrupted dbs to testify!

My advice: If it ain't broke...

May 9 '07 #4

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

Similar topics

1
1446
by: Sam | last post by:
Hi, I'm having a problem with a runtime distibution of Access. I need to know how to specify to the setup wizard that the msaccess.exe to run the application is the one that came with the distribution. Would I say something like ($appdir)/msaccess.exe myApp.mdb /runtime? Thanks, Sam_hunt90
7
1702
by: John | last post by:
Hi I have an old access 97 application which I need to upgrade to one of the newer versions. Which of the access versions xp or 2003 should I choose? Which one is more stable? Thanks Regards
11
17060
by: Rosco | last post by:
Does anyone have a good URL or info whre Oracle and Access are compared to one another in performance, security, cost etc. Before you jump on me I know Oracle is a Cadillac compared to Access the Ford Fairlane. I need this info to complete a school project. Thanks.
2
3577
by: Paul | last post by:
I'm hoping someone can help me with the problem. I have a database where the default value for a date field in a table is =date() This works perfectly in my table and on my form. But when I complile the DB into a 97 Runtime, the date field displays and #error? in the runtime. But if I open the runtime db on a system with Access 97, there is no error. I have tried the runtime on mulitple systems (that dont have Access installed) and...
1
1489
by: WØCBF | last post by:
I have an Access application that was written in ver 2002. I have distributed the application to our other offices using the Developers Toolkit and installed a runtime version of Access. At that time no other versions of Access was on their computer systems. Now, if Access 2003 (full version) is installed on each machine what will this cause to the run time version of Access as well as the application. Is their anyway to control the...
7
1569
by: Bob Darlington | last post by:
I've got the Stephen Lebans Report Utilities add in as a reference (A2KReportSpecs.mde ) so that I can export Access 2002 reports to rft instead of Snapshots. It works fine in my app in both mdb and mde formats. When I create an XP Runtime, I can't get it to work with the mde. If I create a runtime using the mdb (which I won't distribute for security reasons), it works fine. I presume it is a referencing problem, but how do I get around...
9
4761
by: Paul H | last post by:
As I understand it, to distribute a runtime version of Access 2003 with my app I need to spend £600 on "Visual Studio Tools for Office System package" which contains the RT plus a load of stuff I do not want. Or.... I can supply the client with a copy of "AccessRT.msi" which is on my Office 2003 pro CD and not tell anyone! Who is being more unscrupulous, me or Microsoft? Surely Microsoft forcing me
14
2782
by: ARC | last post by:
Hello All, I have a major application for quoting and invoicing that is written in Access 97 (both front and back ends). I have a user base of over 300 customers, and currently I don't require that they have Access 97, as I use the access 97 runtime scripts from Sagekey software. The main problems I've seen with Access 97 are the built in e-mail support for sending reports. Unless a user uses the MS Outlook 2000/XP method, they have to...
8
1923
by: SMcK | last post by:
I posted on this subject back a couple weeks ago and learned enough to know how much I don't know. I'm thinking I need to simplify and ask fewer questions. I've been creating Access databases on an occasional basis for about 12 years. I'm able to do most of what I need to do -- tables, forms, queries, linking tables, creating subforms... I've had no experience with creating runtime Access databases. I need to do that now. I'm...
0
9531
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
9345
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
9905
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
9775
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...
1
7332
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
5229
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3881
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 we have to send another system
3
3456
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.