Excel vs Access (1 Viewer)

HillTJ

To train a dog, first know more than the dog..
Local time
Today, 02:57
Joined
Apr 1, 2019
Messages
728
I feel much better now. Thanks.
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 08:57
Joined
Feb 28, 2001
Messages
27,122
Doc_Man, you are correct, i guess i was just "venting". Sorry, this forum is not for airing personal grievances. It's frustrating when you know that you can offer better solutions.....

But in the Watercooler, it is OK to vent as long as it is not targeting a member. If you want to target a frustrating situation, the WC is replete with examples of same. Other than advertising issues and PERSONAL vendettas, the WC is wide open. Jon, our owner, believes in free speech within the limits of decorum.
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 08:57
Joined
Feb 28, 2001
Messages
27,122
any more than it would apply to Translation, Heart Surgery, or any other technically precise craft

I just bought a small chain saw in November. I'm getting pretty good with it. Are you telling me I can't do Heart Surgery with it? DARN.
 

kevlray

Registered User.
Local time
Today, 06:57
Joined
Apr 5, 2010
Messages
1,046
You probably could do heart surgery with a chain saw, but the patient probably would not survive.
 

HillTJ

To train a dog, first know more than the dog..
Local time
Today, 02:57
Joined
Apr 1, 2019
Messages
728
How small is the chainsaw?
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 08:57
Joined
Feb 28, 2001
Messages
27,122
Either 14" or 16", relatively low HP.
 

HillTJ

To train a dog, first know more than the dog..
Local time
Today, 02:57
Joined
Apr 1, 2019
Messages
728
Cordless electric maybe the go, maybe easier to sterilise & no exhaust fumes!
 

Galaxiom

Super Moderator
Staff member
Local time
Today, 23:57
Joined
Jan 20, 2009
Messages
12,851
In fact the chainsaw was originally invented as a surgical instrument by German orthopaedist Bernhard Heine in 1830.
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 08:57
Joined
Feb 28, 2001
Messages
27,122
You never know what kind of whimsy an off-the-wall comment will trigger.
 

TJ01

New member
Local time
Today, 23:57
Joined
Sep 7, 2020
Messages
14
I'm coming in pretty late but was just reading this thread with interest and great amusement. I don't know much about chain saw surgery but have spent quite a few years (>30) developing spreadsheet models and Access databases and also training people to do both. I am now concentrating on training and have one young lad who wants to "learn coding". So I started off showing him spreadsheets, formulas and macros (in Google sheets but they are close enough to Excel).

Again, I'm late to the party but if anyone is still trying to sell Access over Excel, here are a couple of things that I would try, and I know this may not be enough to get around the politics but here goes:

First example:
1. In Excel, build a simple spreadsheet with a Shopping List that has 4 columns: Item Name | Unit price | Quantity | Line total (=Unit Price * Quantity).
2. In Access, build a simple table (ShoppingList) with the first 3 columns as fields: ItemName (Short Text) | UnitPrice (Currency) | Quantity (Number/Single). And build a query that includes those 3 columns plus a calculated field: LineTotal: UnitPrice * Quantity
3. In Excel, show how easy it is to enter text in a numeric column.
4. In Access, show how difficult (impossible) to enter text in a numeric field, hence demoing built-in data integrity in Access.

Next example:
5. In Excel, add another table (Price List) with item IDs, item names and unit prices. Then go back to your Shopping List, insert an Item ID column and change the Item Name and Unit Price to be VLookups to the Price List and explain how VLookup works. This is a very complex concept to teach someone who hasn't seen it before.

Now the killer blow:
6. Back in Access, add the PriceList table, with ItemID (Number/Long Int), ItemName (Short Text) | UnitPrice (Currency). And change the ShoppingList table to have just the ItemID and Quantity fields. Then create a query with a join between ShoppingList and PriceList on ItemID. Add the ItemName and UnitPrice fields from the PriceList table and again add the calculated LineTotal field.

You should have the 2 sets of spreadsheets and databases created before you do your demo to save time and avoid confusion but create the last query in front of them so they can see how easy it is to create the join and to get Access to do the lookup, which is so much harder to do in Excel.

In my training I recently showed and explained the VLookup vs Query Join example. It took > 2 hours to get them to really understand the VLookup and about 5 minutes to get the Join.
 

CollaTech

New member
Local time
Today, 21:57
Joined
Jan 5, 2021
Messages
27
Excel and Access serve too vastly different purposes. Excel is a spread sheet for analyzing numbers. Access is a data management program. The "problem" is that Excel is easier to use and also offers data management features. So it is "natural" to start with Excel and then get "stuck" with it as the established method of working. Fundamentally, the solution would be to ask people what they intend to do with their project before they start and to then steer them towards either Excel or Access based on how they respond.
well said! That's why a lot of people are more comfortable with excel. And actually, Access is not that popular tool in office.
 

Users who are viewing this thread

Top Bottom