473,385 Members | 1,893 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.

Are any of the new version of Access any better than 97?

I've been away from this newsgroup for quite some time, as my job had
changed to the point where I wasn't using Access much anymore.

When I left, most of you hated A2K ... and Access 2003 was still pretty new.
My experience has been that A97 can do almost anything that I've ever wanted
to do, and there is TONS of on-line code samples and support for A97.

Now that I'm "back" into using Access more in my job again ... what am I
missing by not upgrading?

Now that we're moving into another OS (Windows Vista) ... I'm expecting to
see more code that won't work ... similar to when WinXP was launched.
Any comments?

--
Don
=============================
E-Mail (if you must) My*****@Telus.net

Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code samples are also Access97- based
unless otherwise noted.

================================================== ========================
Mar 19 '07 #1
10 1570
Hi Don, and welcome back.

The new version - Access 2007 - is a watershed version. It is visually
different, and provides so many new features that you can't ignore it.
Naturally the initial version is buggy, so I would suggest waiting for SP1
before distributing to clients, but you really cannot afford to ignore it.

Stuff like being able to use rich text in a text box (HTML actually),
exporting to PDF, date fields that automatically offer a calendar to select
a date (no code), combos that you just right-click to add new items to the
lookup table, datasheets that show totals at the bottom and display with
alternating colors, ...

Rather than repeat them all here, there's a summary here:
http://allenbrowne.com/Access2007.html

If you missed the history with A2000, the initial release was so buggy as to
be unusable, but over the years many of the problems were fixed, and
naturally lots of our clients bought the JET 4 versions. So even the most
change-resistant developers were gradually forced into the new millenium.
:-)

--
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.

"Don Leverton" <le****************@telusplanet.netwrote in message
news:d%nLh.60817$lY6.8406@edtnps90...
I've been away from this newsgroup for quite some time, as my job had
changed to the point where I wasn't using Access much anymore.

When I left, most of you hated A2K ... and Access 2003 was still pretty
new.
My experience has been that A97 can do almost anything that I've ever
wanted
to do, and there is TONS of on-line code samples and support for A97.

Now that I'm "back" into using Access more in my job again ... what am I
missing by not upgrading?

Now that we're moving into another OS (Windows Vista) ... I'm expecting to
see more code that won't work ... similar to when WinXP was launched.
Any comments?

--
Don
=============================
E-Mail (if you must) My*****@Telus.net

Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code samples are also Access97- based
unless otherwise noted.

================================================== ========================
Mar 19 '07 #2
Thanks Allen.
Nice job on explaining the pro/cons on that link as well.

I noticed the "ressurect VB" petition link on the Access Web ... I don't
suppose that has happened has it?

I guess my next step is to check MoneySoft's site to find out if this is
available as an "upgrade" from A97. I do like the fact that the run-time
version is being supplied free instead of having to have the developer
version to distribute an app.

Don
"Allen Browne" <Al*********@SeeSig.Invalidwrote in message
news:45***********************@per-qv1-newsreader-01.iinet.net.au...
Hi Don, and welcome back.

The new version - Access 2007 - is a watershed version. It is visually
different, and provides so many new features that you can't ignore it.
Naturally the initial version is buggy, so I would suggest waiting for SP1
before distributing to clients, but you really cannot afford to ignore it.

Stuff like being able to use rich text in a text box (HTML actually),
exporting to PDF, date fields that automatically offer a calendar to
select
a date (no code), combos that you just right-click to add new items to the
lookup table, datasheets that show totals at the bottom and display with
alternating colors, ...

Rather than repeat them all here, there's a summary here:
http://allenbrowne.com/Access2007.html

If you missed the history with A2000, the initial release was so buggy as
to
be unusable, but over the years many of the problems were fixed, and
naturally lots of our clients bought the JET 4 versions. So even the most
change-resistant developers were gradually forced into the new millenium.
:-)

--
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.

"Don Leverton" <le****************@telusplanet.netwrote in message
news:d%nLh.60817$lY6.8406@edtnps90...
I've been away from this newsgroup for quite some time, as my job had
changed to the point where I wasn't using Access much anymore.

When I left, most of you hated A2K ... and Access 2003 was still pretty
new.
My experience has been that A97 can do almost anything that I've ever
wanted
to do, and there is TONS of on-line code samples and support for A97.

Now that I'm "back" into using Access more in my job again ... what am I
missing by not upgrading?

Now that we're moving into another OS (Windows Vista) ... I'm expecting
to
see more code that won't work ... similar to when WinXP was launched.
Any comments?

--
Don
=============================
E-Mail (if you must) My*****@Telus.net

Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code samples are also Access97-
based
unless otherwise noted.
================================================== ========================
>

Mar 19 '07 #3
Don Leverton wrote:
Thanks Allen.
Nice job on explaining the pro/cons on that link as well.

I noticed the "ressurect VB" petition link on the Access Web ... I
don't suppose that has happened has it?

I guess my next step is to check MoneySoft's site to find out if this
is available as an "upgrade" from A97. I do like the fact that the
run-time version is being supplied free instead of having to have the
developer version to distribute an app.
The biggest obstacle to moving to the latest versions is if you want/need to
support older OS versions. IIRC 2003 and 2007 only work on Win2K SP3 and
newer. Being able to offer an Install that uses the 97 and/or 2000 runtime
gives you the largest supported OS base. Otherwise it's just a case of
whether you consider the newer features worthwhile.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

Mar 19 '07 #4
"Rick Brandt" <ri*********@hotmail.comwrote in
news:SN****************@newssvr23.news.prodigy.net :
The biggest obstacle to moving to the latest versions is if you
want/need to support older OS versions. IIRC 2003 and 2007 only
work on Win2K SP3 and newer. Being able to offer an Install that
uses the 97 and/or 2000 runtime gives you the largest supported OS
base. Otherwise it's just a case of whether you consider the
newer features worthwhile.
I thought 2007 works only on WinXP and Vista?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Mar 19 '07 #5
David W. Fenton wrote:
"Rick Brandt" <ri*********@hotmail.comwrote in
news:SN****************@newssvr23.news.prodigy.net :
>The biggest obstacle to moving to the latest versions is if you
want/need to support older OS versions. IIRC 2003 and 2007 only
work on Win2K SP3 and newer. Being able to offer an Install that
uses the 97 and/or 2000 runtime gives you the largest supported OS
base. Otherwise it's just a case of whether you consider the
newer features worthwhile.

I thought 2007 works only on WinXP and Vista?
Upon checking, that is correct. Apparently with XP you even need SP2.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Mar 19 '07 #6
Speaking of WinXP SP2... (going off-topic ... I know)

There is on "critical update" (K835732) which just REFUSES to install on
this PC. (P4-2400)
SP2 also refuses to install, but SP1 has been done. I went to Microsoft's
site and searched for a resoultion to this ... but haven't found it yet.

I bought another hard drive and planned to just re-format and start over ...
but holy cow ... I have a LOT of stuff scattered all over my drive that I
really don't want to risk losing. Not to mention the hours of downloading
all of the updates from "ground zero" forward.:( Ugh!

Has anyone else encountered this?
I'm thinking that I might rather just buy a new PC for $800 and get Vista
with it.(In a few months -- after the frenzy -- and the bugs.)

Don

"Rick Brandt" <ri*********@hotmail.comwrote in message
news:Un******************@newssvr21.news.prodigy.n et...
David W. Fenton wrote:
"Rick Brandt" <ri*********@hotmail.comwrote in
news:SN****************@newssvr23.news.prodigy.net :
The biggest obstacle to moving to the latest versions is if you
want/need to support older OS versions. IIRC 2003 and 2007 only
work on Win2K SP3 and newer. Being able to offer an Install that
uses the 97 and/or 2000 runtime gives you the largest supported OS
base. Otherwise it's just a case of whether you consider the
newer features worthwhile.
I thought 2007 works only on WinXP and Vista?

Upon checking, that is correct. Apparently with XP you even need SP2.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


Mar 20 '07 #7
On Tue, 20 Mar 2007 01:10:32 GMT, "Don Leverton"
<le****************@telusplanet.netwrote:
>Speaking of WinXP SP2... (going off-topic ... I know)

There is on "critical update" (K835732) which just REFUSES to install on
this PC. (P4-2400)
SP2 also refuses to install, but SP1 has been done. I went to Microsoft's
site and searched for a resoultion to this ... but haven't found it yet.

I bought another hard drive and planned to just re-format and start over ...
but holy cow ... I have a LOT of stuff scattered all over my drive that I
really don't want to risk losing. Not to mention the hours of downloading
all of the updates from "ground zero" forward.:( Ugh!

Has anyone else encountered this?
I'm thinking that I might rather just buy a new PC for $800 and get Vista
with it.(In a few months -- after the frenzy -- and the bugs.)

Don

Check www.xxcopy.com, xxclone.com

Chuck
--
Mar 20 '07 #8
DEFINE BETTER! Thats a rather subjective term. Some will say yes,
others no. I HATE the AOLish look and feel of 2007. I LOVE some of
the new features. Too bad they couldnt add in the new power and
functionality w/o screwing up the interface.
On Mar 19, 12:06 am, "Don Leverton"
<leveriteNoJunkM...@telusplanet.netwrote:
I've been away from this newsgroup for quite some time, as my job had
changed to the point where I wasn't using Access much anymore.

When I left, most of you hated A2K ... and Access 2003 was still pretty new.
My experience has been that A97 can do almost anything that I've ever wanted
to do, and there is TONS of on-line code samples and support for A97.

Now that I'm "back" into using Access more in my job again ... what am I
missing by not upgrading?

Now that we're moving into another OS (Windows Vista) ... I'm expecting to
see more code that won't work ... similar to when WinXP was launched.
Any comments?

--
Don
=============================
E-Mail (if you must) My.N...@Telus.net

Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code samples are also Access97- based
unless otherwise noted.

================================================== ========================

Mar 20 '07 #9
"Don Leverton" <le****************@telusplanet.netwrote in
news:cwGLh.64252$lY6.33626@edtnps90:
I bought another hard drive and planned to just re-format and
start over ... but holy cow ... I have a LOT of stuff scattered
all over my drive that I really don't want to risk losing.
Buy Partition Magic and repartition your existing drive. Move all of
your data onto the new partition and then reformat the old system
partition and reinstall Windows. If you do things right, such as
moving all your programs to the new partition and doing a search and
replace in the registry to move all references to C:\Program Files
to the new partition, you won't have to reinstall some of your
programs (though you will need to reinstall some badly written apps
that store data in the Windows folder).

Now, that will also lose your profiles, though, so you might want to
use your new hard drive so that you can import the old profiles from
the old system partition into the new drive's system partition.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Mar 20 '07 #10
SP2 wont install on pirated software! :P
On Mar 19, 9:10 pm, "Don Leverton"
<leveriteNoJunkM...@telusplanet.netwrote:
Speaking of WinXP SP2... (going off-topic ... I know)

There is on "critical update" (K835732) which just REFUSES to install on
this PC. (P4-2400)
SP2 also refuses to install, but SP1 has been done. I went to Microsoft's
site and searched for a resoultion to this ... but haven't found it yet.

I bought another hard drive and planned to just re-format and start over ...
but holy cow ... I have a LOT of stuff scattered all over my drive that I
really don't want to risk losing. Not to mention the hours of downloading
all of the updates from "ground zero" forward.:( Ugh!

Has anyone else encountered this?
I'm thinking that I might rather just buy a new PC for $800 and get Vista
with it.(In a few months -- after the frenzy -- and the bugs.)

Don

"Rick Brandt" <rickbran...@hotmail.comwrote in message

news:Un******************@newssvr21.news.prodigy.n et...
David W. Fenton wrote:
"Rick Brandt" <rickbran...@hotmail.comwrote in
>news:SN****************@newssvr23.news.prodigy.ne t:
>The biggest obstacle to moving to the latest versions is if you
>want/need to support older OS versions. IIRC 2003 and 2007 only
>work on Win2K SP3 and newer. Being able to offer an Install that
>uses the 97 and/or 2000 runtime gives you the largest supported OS
>base. Otherwise it's just a case of whether you consider the
>newer features worthwhile.
I thought 2007 works only on WinXP and Vista?
Upon checking, that is correct. Apparently with XP you even need SP2.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com- Hide quoted text -

- Show quoted text -

Mar 20 '07 #11

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

Similar topics

0
by: Neil Sargent | last post by:
This is a general posting of how I fixed a problem created by using the Access 97 ODE Setup Wizard on a Windows XP machine. I hope it helps anyone who comes across the problem saves them the 3 days...
1
by: Me | last post by:
Hi all, I have an Access application that has to import hundreds of other MDB's, some access 97 and some 2000, and merge them into several large mdb's. so far so good, but my command: Set...
70
by: Neil Ginsberg | last post by:
Does anyone know if a new version of Access is due to come out anytime soon? Thanks, Neil
3
by: dd_bdlm | last post by:
I have been working for a couple of months now with an old access 97 database. I have managed to make necessary adjustments but its been at times a struggle. I have now been commissioned to...
9
by: MLH | last post by:
Microsoft Office Professional Edition 2003 - Retail I've seen the above product advertised for $380. Are there enough developers world wide to make microsoft the following offer... If they...
5
by: B1ackwater | last post by:
We've fooled around with Access a bit, but only using the single-user store-bought version. It seems to be a good database - versatile and infinitely programmable - and can apparently be used as a...
34
by: Mathieu Trentesaux | last post by:
Hello I downloaded Office 2007 for this reason : It seems, once again, that it is impossible to save any modification done in a VBA library, from the main project in Access. The save button...
1
by: axs221 | last post by:
My company I work for uses VBA for Access to program one of our projects. We just now set up the Subversion version control system for our various projects. It works great for our VB6 and .NET...
17
by: Neil | last post by:
A client of mine likes some of the new bells and whistles in Access 2007, and is thinking about converting our A03 format MDB to an A07 format file. However, while some of the users have A07, many...
13
by: JakeD | last post by:
SInce about 1996, I have been happily using MS Access for Windows 95, but would now like to upgrade to a recent version. If I get a Windows XP version, will I be able to import all my Access 95...
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
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: 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...
0
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
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...

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.