home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.apps
- Path: sparky!uunet!microsoft!wingnut!mattsen
- From: mattsen@microsoft.com (Matt Senft)
- Subject: Re: Windows databases - commercial
- Message-ID: <1992Dec15.031852.9447@microsoft.com>
- Date: 15 Dec 92 03:18:52 GMT
- Organization: Microsoft Corporation
- References: <maley.723878991@micro> <1992Dec10.205903.19876@netcom.com>
- Lines: 53
-
- In article <1992Dec10.205903.19876@netcom.com> jono@netcom.com (Jonathan Levine) writes:
- >In article <maley.723878991@micro> maley@micro.cs.umn.edu (Michael P Maley) writes:
- >>I have a question. I would like a database program for Windows. What
- >>I don't know is which one to get. I have read many good reviews for
- >>Approach v2.0 - which I think I can get the competitive upgrade for
- >>until Dec. 30. I have not heard much about Access - but usually
- >>everything Microsoft does is good, and it is only $99 for a while.
- >>But should I wait for Paradox for Windows. I have Paradox 3.5 for DOS,
- >>so I get the upgrade here too I think. I can't define my needs precisely
- >>but any opinions would be greatly welcome - before 12/30.
- >
- >Mike,
- >
- > Approach and Access are quite different programs. Approach is really
- >an end-user database tool, great for creating forms, reports, mailing
- >labels, etc. Access is more of a programmer's database.
-
- I disagree that MS Access isn't a good end-user database tool. See
- below.
-
- > For example,
- >if you want to validate data entry in a form, Approach allows you
- >to set data validations via a simple dialog, while Access requires
- >you to write a macro.
-
- This is rather easy to do in MS Access. Double click on the field.
- You'll be given the properties window for that field. Enter your
- validation criteria under 'Validation Rule'. You can enter a prompt
- for illegal entries under 'Validation Text'. You could also have a
- static combo box if your values never change. You could also have a
- lookup value if it's based on other fields. You could run it off a
- query if the values are stored in a table. And besides validation,
- you can enter a Format in the same window. You can use a macro but
- you don't have too. MS Access allows multiple ways to do many things.
- For example if you are interested in learning all the interesting
- ways to do validation you can go into help or cue cards by either
- pressing F1, or going to the help menu or pressing the help button
- on the toolbar. There are over half a dozen entries for validating
- data, each with cross references, examples, and text. Sorry, I
- just couldn't let this pass.
-
- > Because Access uses ODBC, Approach will be much faster in accessing your
- >existing Paradox data (is there an ODBC driver for Paradox now?)
-
- You may want to bench mark this.
-
- > My impression is that Paradox for Windows will be more like Access than
- >like Approach.
- >Best,
- >Jon
-
- Matt
-
-