Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rate Thread
Author
Thread Post New Thread    Reply
jyl jyl is online now
Registered
 
jyl's Avatar
 
Join Date: Jan 2002
Location: Nor California & Pac NW
Posts: 24,609
Garage
Access vs Excel

I'm proficient in Excel, have basically lived in it for 20+ years.

As a result, whenever I have a task, I try to do it in Excel. Hammer-nail, etc.

I'm wondering if I should learn Access for this next task.

I'd like to build a lightweight customer relations database that will do things like hold key data about clients and their accounts, save email chains, track ongoing tasks and opportunities, remind me of key dates, hold my client-specific notes, and so on.

Yes I could simply use a cloud CRM but I'd like to try rolling my own. I've used Salesforce and found its interface awful and designed for a workflow that is too different from mine.

So, any Access experts here?

__________________
1989 3.2 Carrera coupe; 1988 Westy Vanagon, Zetec; 1986 E28 M30; 1994 W124; 2004 S211
What? Uh . . . “he” and “him”?
Old 02-20-2020, 11:53 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
Registered
 
Shaun @ Tru6's Avatar
 
Join Date: Dec 2001
Location: Cambridge, MA
Posts: 44,407
I once was a long time ago, it's a great foundation to building any kind of data-focused custom application quickly and easily. I was using it 20 years and learned visual basic and SQL to create applications for Solomon Smith Barney and a few large actuarial firms. I'm sure it's even easier today to create and customize a template to do exactly what you want, how you want. Creating step-wise comboboxes populated by SQL is terribly addictive.
__________________
Tru6 Restoration & Design
Old 02-20-2020, 12:02 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
The Stick
 
RKDinOKC's Avatar
 
Join Date: Dec 2007
Location: Someplace Safe?
Posts: 17,328
Garage
I use Excel for spreadsheets, and Filemaker for databases.
__________________
Richard aka "The Stick"
06 Cayenne S Titanium Edition
Old 02-20-2020, 12:59 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
Registered
 
Join Date: Nov 2003
Location: Seattle
Posts: 1,785
I only allow use of Access for one time projects. Combine multiple tables, query, reconcile or clean up the data, then shut it down.

I've seen far too many live for years as the lynch pin of an org that was all sorts of a pain to connect to in a consistent fashion.

So this is about how I feel: https://www.microsoft.com/en-us/microsoft-365/blog/2012/08/22/feral-cats-managing-access-databases-in-your-organization/

For a CRM/Ops system, I'm using Dynamics CRM. It can be made kinda like super Access and tailored however. Takes some time, but you can do anything you want to the forms, workflows, etc. Salesforce allows all of the same customization, but since we were already 100% Office 365 and various things linked into that, keeping it all integrated made sense.

So it depends. If you're doing something small for just you or you and a couple people, you could get away with Access I suppose. But if you ever want it to be more than that, you're starting in a bit of a hole.
__________________
Rob
1980 SC - 2011 Tiguan - 2018 Tesla M3P
Old 02-20-2020, 01:58 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
AutoBahned
 
RWebb's Avatar
 
Join Date: Jul 2007
Location: Greater Metropolitan Nimrod, Orygun
Posts: 55,993
Garage
Excel is like a flat file database - if you need relational then go to Access

I haven't used it in decades, and was never able to wean myself off of dBase II, etc. - ultimately my need for a database died...
Old 02-20-2020, 02:00 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
Registered
 
beatnavy's Avatar
 
Join Date: Sep 2013
Location: Where the crabs are, MD
Posts: 837
Garage
I've used the crap out of Access for about 20 years. I love it, but I also recognize it's limitations -- it's primarily for building small workgroup applications (e.g., 5 concurrent users or less). Beyond that you're taxing it (unless you build the front-end in Access and attach it to something like SQL Server on the backend). It's also not the most secure platform -- something to keep in mind if your data is sensitive. Depending on relationships and how the db is built, Access can handle in the 10's of thousands to 100's of thousands of records. Beyond that you really need something more robust. Otherwise, it's great for quickly solving business / data management solutions.

I've built a couple of CRM systems for customers over the years -- the relational nature of data is well suited for something like Access (or something more robust).

Access does have a learning curve. Some people never quite get it, but if you're willing to learn, it's a pretty cool tool and really useful as a tool for small groups (or individuals). It REALLY helps to learn macros and VB. With some experience you can build some pretty slick applications using forms and coding.

Are you pretty good at picking up skills like that?
__________________
Rob C.
'72 914 2056
'75 914 Project
Old 02-20-2020, 02:39 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
 
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,346
Quote:
Originally Posted by RWebb View Post
Excel is like a flat file database - if you need relational then go to Access

I haven't used it in decades, and was never able to wean myself off of dBase II, etc. - ultimately my need for a database died...
If you need relational then I'd recommend MariaDB (the Free fork of MySQL. You can still get MySQL free and kinda Free but it isn't as Free as some would like, hence the fork) and any programming language, perhaps a browser front end.

Learning how to do it using MySQL and say Java or Python or PHP won't be any harder than doing it with Access, and it frees you up on a lot of things, like being able to move to other bigger better platforms/servers, change operating systems, you aren't dependent on future compatibility with Office stuff, etc.

If you really want access the OpenOffice equivalent (Base) does the form design, etc. like Access but talks to MySQL/MariaDB on the back end.

If you have an Access db, it is possible to do a one time one way "upgrade" to move the data to a MS SQL server but then you are still stuck with MS and license fees and depending on their future compatibility.
Old 02-20-2020, 05:12 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
The Stick
 
RKDinOKC's Avatar
 
Join Date: Dec 2007
Location: Someplace Safe?
Posts: 17,328
Garage
Filemaker is easier to learn than Access and SQL and scales up well.

Tried to move a fairy simple relation to Access and there were a few simple things Access just couldn't do.
__________________
Richard aka "The Stick"
06 Cayenne S Titanium Edition
Old 02-20-2020, 05:43 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
Registered
 
Bill Douglas's Avatar
 
Join Date: Jun 2000
Location: bottom left corner of the world
Posts: 22,773
Excel, that's a bit modern. Lotus 123.

The great thing about all of them is they copy each other so the differences are pretty subtle.

Old 02-20-2020, 07:03 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
Reply


 


All times are GMT -8. The time now is 09:25 PM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.