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

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 2238
On Tue, 08 May 2007 18:31:42 GMT, "ARC" <an**@andyc.comwrote:

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.microsoft.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**********@gmail.comwrote in message
news:11*********************@u30g2000hsc.googlegro ups.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
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...
7
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 ...
11
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...
2
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...
1
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...
7
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...
9
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...
14
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...
8
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?

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.