473,769 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Buy a copy of access 2003?

I do programming in Access 2000 and 2003. I don't have a copy of 2003
myself, though.

I have read about the adp software that comes with Access 2003, that
converts an application to an access front end with a SQL server
backend. It sounds like a good way for me to begin to learn about SQL
server.

I have thought about just shelling out the bucks for a copy of Access
2003, but the adp software is really the only reason. Do the folks
here think I should do it? Is Access 2003 the last version of Access
there is ever gong to be, or is there a higher version coming out
soon?
Aug 18 '06 #1
6 2794
There will be a new version of Access released early in the new year. You
can read up on what the actual Access developers at Microsoft are saying
about it here:
http://blogs.msdn.com/access/

ADPs are not a great idea, and are not well supported in Access 2007. They
are one way to learn about SQL Server. Another is SQL Server Express
http://www.microsoft.com/sql/edition...s/default.mspx

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

"Donald Grove" <do*********@ve rizon.netwrote in message
news:6u******** *************** *********@4ax.c om...
>I do programming in Access 2000 and 2003. I don't have a copy of 2003
myself, though.

I have read about the adp software that comes with Access 2003, that
converts an application to an access front end with a SQL server
backend. It sounds like a good way for me to begin to learn about SQL
server.

I have thought about just shelling out the bucks for a copy of Access
2003, but the adp software is really the only reason. Do the folks
here think I should do it? Is Access 2003 the last version of Access
there is ever gong to be, or is there a higher version coming out
soon?

Aug 18 '06 #2
"Donald Grove" <do*********@ve rizon.netwrote in message
news:6u******** *************** *********@4ax.c om...
>I do programming in Access 2000 and 2003. I don't have a copy of 2003
myself, though.

I have read about the adp software that comes with Access 2003, that
converts an application to an access front end with a SQL server
backend. It sounds like a good way for me to begin to learn about SQL
server.
There is not a special conversion included in a2003 that is really much
different then a2000. Access 2000 also included ADP's.

So, the inclusion of ADP's is not new to a2003. The data migration wizard
might be better, but this is a far cry from a system that converts a mdb to
a adp + sql server based appcation.

If you want to build a 100% sql server based ms-access application, then you
can do this in a2000, and simply create a database project. The same applies
to a2003. So, the ADP feature you ask about is part of a2000.....
>
I have thought about just shelling out the bucks for a copy of Access
2003, but the adp software is really the only reason. Do the folks
here think I should do it? Is Access 2003 the last version of Access
there is ever gong to be, or is there a higher version coming out
soon?
Office 2007, and ms-access 2007 is in beta right now. So, it really is a
question if you need a2003.

Actually, the current prices for ms-access 2003 are very affordable.

They are:
http://www.microsoft.com/office/acce...y/default.mspx

$229 for full version of access 2003
$109 for upgrade version
(qualifying versions for upgrade go back all the way to access97/office 97).

In fact, even the really cheap works database qualifies for a upgrade (the
last 5 pc's I purchased came with works!!!).

So, if you are like me, and have a self with 5 office 97 disks, between
works, and a97 disks laying around...you have
plenty of opportunity to purchase the upgrade version of access for just
over $100....

At that price...it really is a good deal, and I would not even worry about
future versions (but, future versions are in the pipe...).

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com

Aug 18 '06 #3
There is a new stand alone version of the upgrade wizard.
I think that it is a free download. Like Access 2007, it
is another attempt to get serious developers to move to
SQL Server and the Net framework.

(david)

"Donald Grove" <do*********@ve rizon.netwrote in message
news:6u******** *************** *********@4ax.c om...
>I do programming in Access 2000 and 2003. I don't have a copy of 2003
myself, though.

I have read about the adp software that comes with Access 2003, that
converts an application to an access front end with a SQL server
backend. It sounds like a good way for me to begin to learn about SQL
server.

I have thought about just shelling out the bucks for a copy of Access
2003, but the adp software is really the only reason. Do the folks
here think I should do it? Is Access 2003 the last version of Access
there is ever gong to be, or is there a higher version coming out
soon?

Aug 20 '06 #4
On Sun, 20 Aug 2006 12:10:45 +1000, "david epsom dot com dot au"
<david@epsomdot comdotauwrote:
>There is a new stand alone version of the upgrade wizard.
I think that it is a free download. Like Access 2007, it
is another attempt to get serious developers to move to
SQL Server and the Net framework.
Isn't .net for web pages? Should we be using something besides
access with SQL Server to make apps with forms and reports and all?
What is the best book to buy to learn what we are supposed to be
doing?
Aug 20 '06 #5
ASP.Net is for web pages. VB.Net and C# (.Net) are for
Windows applications. dunno what we are supposed to
be doing, but if you can make a living at it you can't
ask for more.

(david)

"Tom Becker" <wl************ @hotmail.comwro te in message
news:pf******** *************** *********@4ax.c om...
On Sun, 20 Aug 2006 12:10:45 +1000, "david epsom dot com dot au"
<david@epsomdot comdotauwrote:
>>There is a new stand alone version of the upgrade wizard.
I think that it is a free download. Like Access 2007, it
is another attempt to get serious developers to move to
SQL Server and the Net framework.
Isn't .net for web pages? Should we be using something besides
access with SQL Server to make apps with forms and reports and all?
What is the best book to buy to learn what we are supposed to be
doing?

Aug 21 '06 #6
"david epsom dot com dot au" wrote
ASP.Net is for web pages. VB.Net and C# (.Net) are for
Windows applications. dunno what we are supposed to
be doing, but if you can make a living at it you can't
ask for more.
VB.NET and C# are used to create web pages with ASP.NET, and, IMNSHO, for
"normal business database" applications, .NET is not nearly as good as
Access (nor as good as classic VB, for that matter).

I was in hopes that with the next (codename Orcas) release of Visual Studio,
..NET would begin to live up to its original promises of simple, easy, and
powerful Windows application development. However with the current Microsoft
emphasis on web applications, I may be disappointed yet again.

Larry Linson
Microsoft Access MVP

Aug 21 '06 #7

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

Similar topics

0
1077
by: Casey | last post by:
Is there a way to copy only the changed files of a web application when doing an "Only files needed to run this application" copy, using VS.NET 2003. Visual Interdev 6.0 had the option to "Copy changed files only" when copying a web to a different server. Where is this option located in the VS.NET 2003 ide? This is very much needed in VS.NET 2003 for large projects that take 20 minutes to copy all files needed to run app, when all I need...
6
10474
by: Shyguy | last post by:
I want to create two buttons on a form. One would allow the user to Copy the contents of the current records memo field, the other would allow them to print. I set up a report based on the memo field, and it works. But, it seems wrong since I had to create a huge text box to accommodate memo fields with a lot of text. Thanks for any help, ShyGuy
1
17174
by: Steve | last post by:
Does anyone know a way to copy and paste or similar a list of fields in an Excel worksheet into Access to create a table? Example, Sheet1 has this list in A1 to A7: CustomerID FirstName LastName Address City State Zipcode
2
1846
by: HB2 | last post by:
I use to be able to highlight several records in a table, copy them and paste new records. Now when I right click the records the copy and paste functions are disabled. How do I enable them? Thanks
1
2958
by: gale | last post by:
I have an Access 2003 project. I need for users to be able to run a report and copy the report in Excel format to a web server. The problem is, they do not have write access to the web server. I tried to have the Excel file saved to a public directory and then have a bat file run (from Call Shell in Access) to copy it to the secure directory, but to no avail. The problem is, the bat file, although located on a server, is executed from the...
11
2221
by: Danny J. Lesandrini | last post by:
Has anyone else noticed this? I searched group archives and found nothing, but it's really starting to irritate me big time. Here's the steps to reproduce the problem: Copy something to the clipboard (eg code from a web page) Open Microsoft Access MDB file Open any module Press Ctl-V to insert text Voilia, the text is gone. Opening access dumps the copy buffer.
2
1977
by: camp | last post by:
I use VS.Net 2003 on Win XP Pro SP2. I created an ASP.Net app on local IIS. Now I just wanted to "Copy Project" to remote server, but I get this error: "An error occured while copying the project 'http://localhost/MyApp/MyApp.csproj'. The web sever reported the following error when attemptimg to create or open the web project located at the following URL: 'http://www.mysite.com'. 'HTTP/1.1 500 Internal Sever Error' More details:
8
4871
by: Jerome Ranch | last post by:
Okay So I've got pivot tables setup in Access 2003. Only about 30K records in the current 2005 databases...the pivots summarize the info in a number of nice ways. I need to get the pivot tables into a document so I can distribute the tables, as is, as an electronic report (without the detailed data) So I export to rtf and xls, and I get an error that there is a too much information. I don't want all the data, just the summary table!
5
2890
by: Bugran | last post by:
I am trying to copy a textbox field on a form (which basically contains the body of a letter) into a memo field in a table (Access 2003) for later printing later. Of course Access queries/SQL will not copy that many characters. I have considered breaking the text box into blocked character sets, but it seems there must be an easier method. Thanks so much for your help!
0
9423
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,...
0
10211
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10045
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9994
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
9863
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...
0
8872
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5299
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...
1
3959
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
2
3562
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.