A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access 2000 -vs- Access 2003?



 
 
Thread Tools Display Modes
  #1  
Old November 26th, 2004, 07:12 PM
Mark
external usenet poster
 
Posts: n/a
Default Access 2000 -vs- Access 2003?

What are the differences from Access 2000 to Access 2003?

I could not find a comparison list on Microsoft's web site.

Thanks.
  #2  
Old November 26th, 2004, 07:38 PM
Jeff Conrad
external usenet poster
 
Posts: n/a
Default

Hi Mark,

This link details some of the new features in Access 2003:

How to use the new features and the new enhancements that are in Office Access 2003:
http://support.microsoft.com/?id=823089

Also, here is a fabulous post by MVP John Viescas on this
very subject late last year. Incidentally, he has a book out on
Access 2003 so he really knows what he is talking about.
(This was comparing Access 2003 to 2002).

Here it is:


They didn't make any major changes. Here's a summary:

View information on object dependencies

In Microsoft Office Access 2003, you can view information
on dependencies between database objects. Viewing a list
of objects that use a specific object helps maintain a
database over time and avoid errors related to missing
record sources. For example, the Quarterly Orders query in
the Sales database is no longer needed, but before
deleting it, you might want to find out which other
objects in the database use the query. Then, you could
either change the record source of the dependent objects,
or delete them, before deleting the Quarterly Orders
query. Viewing a complete list of dependent objects helps
you save time and minimize errors.

In addition to viewing the list of objects that are bound
to a selected object, you can also view the objects that
are being used by the selected object.

Macros, modules, and data access pages are not searched
for dependencies. Access projects do not support this
feature.

Error checking in forms and reports

In Microsoft Office Access 2003, you can enable automatic
error checking for common errors in forms and reports.
Error checking points out errors, such as two controls
using the same keyboard shortcut, and the width of a report
being greater than the page it will be printed on.
Enabling error checking helps you identify errors and
correct them.

Propagating field properties

In previous versions of Microsoft Access, whenever you
modified a field's inherited property, you had to manually
modify the property of the corresponding control in each
of the forms and reports. Now, when you modify an
inherited field property in Table design view, Access
displays an option to update the property of all or some
controls that are bound to the field.

Smart tags

In Microsoft Office Access 2003, you can use the SmartTags
property to add a smart tag to any field in a table,
query, form, report, or data access page in a database.

Back up a database or project

You can back up the current database or project before
making major changes to it. The backup will be saved in
the default backup location, or in the current folder.

To restore a database, go to the location of the backup,
rename the file, and open it in Access.

Windows XP theme support

The Microsoft Windows XP operating system offers you
several themes. If you have chosen a theme other than the
default, Access will apply the chosen theme to views,
dialog boxes, and controls. You can prevent form controls
from inheriting themes from the operating system by
setting an option on the database or project.

Improved sorting in controls

You can now specify the ascending or descending sort order
of up to four fields in the List Box and Combo Box Wizards
in forms and reports, and the Lookup Wizard in an Access
database. The sort page added to these wizards looks and
behaves like the sort page in the Report Wizard.

Autocorrect options

In Microsoft Office Access 2003, you have more control
over the behavior of the AutoCorrect feature. The
AutoCorrect Options button appears near text that was
automatically corrected. If you find on occasion that you
don't want text to be corrected, you can undo a correction
or turn AutoCorrect options on or off by clicking the
button and making a selection.

Enhanced font capabilities in SQL views

In the SQL and query Design views of a query in both a
Microsoft Access database and Microsoft Access project,
you can now change the font and font size of the text by
using the Query design font option added to the
Tables/Queries tab of the Options dialog box under the
Tools menu. These settings apply to all databases and work
with the high-contrast and other accessibility settings of
your computer.

Context-based Help in SQL view

In the SQL view of a query in a Microsoft Access database,
you can now get help specific to Jet SQL keywords, VBA
functions, and Access functions. Simply press F1 to bring
up the help that corresponds to the text near the cursor.
You can also search the Jet SQL and VBA function reference
topics.

Importing, exporting, and linking

Importing, exporting, and linking to a Microsoft Windows
SharePoint Services list from Access

You can perform the following operations with a Windows
SharePoint Services list:

?Export the contents of a table or a query to a list.

?Import the contents of a list into a table.

?Link a table to a list.

Exporting and linking to Access data from Windows
SharePoint Services

You can now export a list in its Datasheet view from
Windows SharePoint Services to a static table or to a
linked table in Access. When you export to a static table,
you create a table in Access. You can then view and make
changes to the table independent of the original list in
Windows SharePoint Services. Similarly, you can change the
list in Windows SharePoint Services, and that will not
affect the table in Access.

When you export to a linked table, you create a table in
Access and establish a dynamic link between the table and
the list such that changes to the table are reflected in
the list, and changes to the list are reflected in the
table as well.

Make a local table from a linked table

In Microsoft Office Access 2003, you can make a local copy
of the structure or data and structure contained in a
linked table.

XML support

With the enhanced XML support in Microsoft Office Access
2003, you can specify a transform file when you import
data from or export data to XML. The transform is then
applied automatically. When you import XML data, the
transform is applied to the data as soon as the data is
imported, before any new table is created or an existing
one is appended to. When you export data to XML, the
transform is applied following the export operation.

Often times a database contains lookup values that are
stored in another database. You can now include these
related tables when exporting. You can also include any
predefined filter or sort order for an object when
exporting the object.

Security enhancements

Macro Security Microsoft Office Access 2003 allows you to
protect against potentially unsafe Visual Basic for
Applications (VBA) code by setting the macro security
level. You can set the security level so that you are
prompted every time that you open a database containing
VBA code, or you can automatically block databases that
are from unknown sources.

Additionally, Access uses Microsoft Authenticode
technology to enable you to digitally sign a macro project
by using a digital certificate. The certificate used to
create this signature confirms that the macro originated
from the signer, and the signature confirms that it has
not been altered. When you set the macro security level,
you can run macros based on whether they are digitally
signed by a developer on your list of trusted sources.

Block Potentially Unsafe Functions Access utilizes the
Microsoft Jet Expression Service enhanced sandbox mode to
block potentially unsafe functions from being used in
expressions.

------
The last one is a real pain. You need to install JET SP8
from Windows Update (not included with Office 2003) to get
this to work properly. I suspect most folks will change
their macro security setting to Low to avoid the security
prompts.

HTH...
--
John Viescas, author
"Microsoft Office Access 2003 Inside Out"
"Running Microsoft Access 2000"
"SQL Queries for Mere Mortals"
http://www.viescas.com/
(Microsoft Access MVP since 1993)


Hope that helps to answer your question.
--
Jeff Conrad
Access Junkie
Bend, Oregon

"Mark" wrote in message ...
What are the differences from Access 2000 to Access 2003?

I could not find a comparison list on Microsoft's web site.

Thanks.



  #3  
Old November 26th, 2004, 08:01 PM
Mark
external usenet poster
 
Posts: n/a
Default

Thank you.

Do you know if its okay to install Access 2000 from Office 2000
Professional CD where Office 2003 Standard Edition (Word, Excel,
PowerPoint, and Outlook) has been installed in Windows XP Professional SP2?


On 11/26/2004 2:38 PM, Jeff Conrad:
Hi Mark,

This link details some of the new features in Access 2003:

How to use the new features and the new enhancements that are in Office Access 2003:
http://support.microsoft.com/?id=823089

Also, here is a fabulous post by MVP John Viescas on this
very subject late last year. Incidentally, he has a book out on
Access 2003 so he really knows what he is talking about.
(This was comparing Access 2003 to 2002).

Here it is:


They didn't make any major changes. Here's a summary:

View information on object dependencies

In Microsoft Office Access 2003, you can view information
on dependencies between database objects. Viewing a list
of objects that use a specific object helps maintain a
database over time and avoid errors related to missing
record sources. For example, the Quarterly Orders query in
the Sales database is no longer needed, but before
deleting it, you might want to find out which other
objects in the database use the query. Then, you could
either change the record source of the dependent objects,
or delete them, before deleting the Quarterly Orders
query. Viewing a complete list of dependent objects helps
you save time and minimize errors.

In addition to viewing the list of objects that are bound
to a selected object, you can also view the objects that
are being used by the selected object.

Macros, modules, and data access pages are not searched
for dependencies. Access projects do not support this
feature.

Error checking in forms and reports

In Microsoft Office Access 2003, you can enable automatic
error checking for common errors in forms and reports.
Error checking points out errors, such as two controls
using the same keyboard shortcut, and the width of a report
being greater than the page it will be printed on.
Enabling error checking helps you identify errors and
correct them.

Propagating field properties

In previous versions of Microsoft Access, whenever you
modified a field's inherited property, you had to manually
modify the property of the corresponding control in each
of the forms and reports. Now, when you modify an
inherited field property in Table design view, Access
displays an option to update the property of all or some
controls that are bound to the field.

Smart tags

In Microsoft Office Access 2003, you can use the SmartTags
property to add a smart tag to any field in a table,
query, form, report, or data access page in a database.

Back up a database or project

You can back up the current database or project before
making major changes to it. The backup will be saved in
the default backup location, or in the current folder.

To restore a database, go to the location of the backup,
rename the file, and open it in Access.

Windows XP theme support

The Microsoft Windows XP operating system offers you
several themes. If you have chosen a theme other than the
default, Access will apply the chosen theme to views,
dialog boxes, and controls. You can prevent form controls
from inheriting themes from the operating system by
setting an option on the database or project.

Improved sorting in controls

You can now specify the ascending or descending sort order
of up to four fields in the List Box and Combo Box Wizards
in forms and reports, and the Lookup Wizard in an Access
database. The sort page added to these wizards looks and
behaves like the sort page in the Report Wizard.

Autocorrect options

In Microsoft Office Access 2003, you have more control
over the behavior of the AutoCorrect feature. The
AutoCorrect Options button appears near text that was
automatically corrected. If you find on occasion that you
don't want text to be corrected, you can undo a correction
or turn AutoCorrect options on or off by clicking the
button and making a selection.

Enhanced font capabilities in SQL views

In the SQL and query Design views of a query in both a
Microsoft Access database and Microsoft Access project,
you can now change the font and font size of the text by
using the Query design font option added to the
Tables/Queries tab of the Options dialog box under the
Tools menu. These settings apply to all databases and work
with the high-contrast and other accessibility settings of
your computer.

Context-based Help in SQL view

In the SQL view of a query in a Microsoft Access database,
you can now get help specific to Jet SQL keywords, VBA
functions, and Access functions. Simply press F1 to bring
up the help that corresponds to the text near the cursor.
You can also search the Jet SQL and VBA function reference
topics.

Importing, exporting, and linking

Importing, exporting, and linking to a Microsoft Windows
SharePoint Services list from Access

You can perform the following operations with a Windows
SharePoint Services list:

?Export the contents of a table or a query to a list.

?Import the contents of a list into a table.

?Link a table to a list.

Exporting and linking to Access data from Windows
SharePoint Services

You can now export a list in its Datasheet view from
Windows SharePoint Services to a static table or to a
linked table in Access. When you export to a static table,
you create a table in Access. You can then view and make
changes to the table independent of the original list in
Windows SharePoint Services. Similarly, you can change the
list in Windows SharePoint Services, and that will not
affect the table in Access.

When you export to a linked table, you create a table in
Access and establish a dynamic link between the table and
the list such that changes to the table are reflected in
the list, and changes to the list are reflected in the
table as well.

Make a local table from a linked table

In Microsoft Office Access 2003, you can make a local copy
of the structure or data and structure contained in a
linked table.

XML support

With the enhanced XML support in Microsoft Office Access
2003, you can specify a transform file when you import
data from or export data to XML. The transform is then
applied automatically. When you import XML data, the
transform is applied to the data as soon as the data is
imported, before any new table is created or an existing
one is appended to. When you export data to XML, the
transform is applied following the export operation.

Often times a database contains lookup values that are
stored in another database. You can now include these
related tables when exporting. You can also include any
predefined filter or sort order for an object when
exporting the object.

Security enhancements

Macro Security Microsoft Office Access 2003 allows you to
protect against potentially unsafe Visual Basic for
Applications (VBA) code by setting the macro security
level. You can set the security level so that you are
prompted every time that you open a database containing
VBA code, or you can automatically block databases that
are from unknown sources.

Additionally, Access uses Microsoft Authenticode
technology to enable you to digitally sign a macro project
by using a digital certificate. The certificate used to
create this signature confirms that the macro originated
from the signer, and the signature confirms that it has
not been altered. When you set the macro security level,
you can run macros based on whether they are digitally
signed by a developer on your list of trusted sources.

Block Potentially Unsafe Functions Access utilizes the
Microsoft Jet Expression Service enhanced sandbox mode to
block potentially unsafe functions from being used in
expressions.

------
The last one is a real pain. You need to install JET SP8
from Windows Update (not included with Office 2003) to get
this to work properly. I suspect most folks will change
their macro security setting to Low to avoid the security
prompts.

HTH...

  #4  
Old November 26th, 2004, 09:04 PM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Fri, 26 Nov 2004 15:01:33 -0500, Mark
wrote:

Do you know if its okay to install Access 2000 from Office 2000
Professional CD where Office 2003 Standard Edition (Word, Excel,
PowerPoint, and Outlook) has been installed in Windows XP Professional SP2?


Should work OK. I have five versions of Access running (from 2.0
through 2003, excepting only the late unlamented 95) on a machine
otherwise running OfficeXP.

Note that one of the BIG benefits to AccessXP (and also 2003) is that
it is much more stable, and less likely to corrupt databases, than
2000. 2000 was not the worst version of Access ever (Access95 wins
that prize) but it was pretty close. You may want to invest a few
bucks extra to get A2003 and save yourself some headaches.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
  #5  
Old November 29th, 2004, 09:47 PM
Tony Toews
external usenet poster
 
Posts: n/a
Default

John Vinson wrote:

Note that one of the BIG benefits to AccessXP (and also 2003) is that
it is much more stable, and less likely to corrupt databases, than
2000.


Is that front ends while in development or backends?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
  #6  
Old November 30th, 2004, 06:36 AM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Mon, 29 Nov 2004 14:47:25 -0700, Tony Toews
wrote:

John Vinson wrote:

Note that one of the BIG benefits to AccessXP (and also 2003) is that
it is much more stable, and less likely to corrupt databases, than
2000.


Is that front ends while in development or backends?


Both, IME.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2000 concurrent with Access 2003 Dale Fye General Discussion 2 November 22nd, 2004 05:19 PM
Having Access 2000 and Access 2003 installed on the same machine JRB General Discussion 1 November 20th, 2004 02:33 AM
Cant edit an access 2000 database in access 2003, no toolbars etc Kris Small General Discussion 1 November 17th, 2004 11:54 AM
Access 2000 DB in Access 2002 Tony_VBACoder General Discussion 2 July 28th, 2004 01:23 AM


All times are GMT +1. The time now is 09:44 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.