What Is Microsoft Access Used For?

To those of you who are asking the question of “What is microsoft access used for?” , here is my opinion.

I’ve been using this program for well over 15 years, and it’s become fairly easy to deal with. Many people feel that it is hard to work with, but that’s not my experience anymore (probably because I know how to work with it 🙂 ).

So you can use it to develop a whole database management system, or just to analyze some data.

Like it or not, big companies use Microsoft products! and you better figure out how to use the program!

Microsoft is a huge marketing machine, and big companies have “deep pockets” to shell out for expensive programs like Microsoft Office, (so learn it).

Sign up for my VBA list (or just contact me by clicking here) and you can let me know if you want to learn the Access basics.

Anyway, you can use Access to create a whole functional database, or just to analyze some information. For example, just today, I imported an Excel spreadsheet into Access and compared the imported data to some other tables using a query. I gave the person the results and it answered the question they had.

Some people come to this site trying to incorporate new functionality into their existing database, or just to learn one new technique.

Microsoft Access is used on a company’s network, not for a website, it’s too insecure and clumsy! I’ve tried that many years ago, and learned a good lesson, that there are other tools which handle this type of thing better like MySQL and PHP, or Python. You can learn more about how to use PHP, Python, or MySQL from those links.

Pretty interesting stuff, since this whole “plandemic” situation has most folks working remotely through VPNs and other mediums.

You will do well by using these open source solutions, but Microsoft Access is what you can start out with. It will allow you to generate all the tables, queries (questions about your table data), forms, and reports. You can automate the whole database by using VBA (which you can learn on this site).




By the way, if you got or are getting value from the VBA information, please give me a tip, thanks!


These posts may help answer your question too...

How To Escape Apostrophe In SQL Update Query

If you are looping a table with thousands of records, you’ll probably run into at least one that has an apostrophe in the field name. Like “Mike’s” or “M’cormick”, or something else. Anyway, here is one way to escape the string when you are doing your update query. Option Compare Database Sub YDriveLoop() ‘4/23/24 erik@loeblcomservices.com […]

How To Parse A Flat File In Excel VBA

In another post I demonstrated how to access a file on your computer using the MS Office Library. Here it is if you don’t know what I’m talking about. In this post, I am going to show you how to access the file and load it into your spreadsheet. I will do the same thing […]

How to pick a file to load In VBA

Picking a file to load in your Microsoft App is a very important skill to know. In this blog post you will see how to do it. First you need to set a reference to the MS office object library From VBE editor –> select Tools > MS office object library (click check mark) Sub […]

How do I handle errors in Access VBA code?

I am going to give you the answer to “How do I handle errors in Access VBA code?” In my opinion there are 2 ways to handle errors: 1. Avoid the potential for an error to occur. 2. Handle the error in your code. Number 1 – If you have a control on your form […]

Previous Post

Simple Custom Progress Bar in Microsoft Access Forms Example

Next Post

Joke: Debugging Definition