Is Microsoft Access the best free software to build a database?

MBD

New Member
Joined
Aug 25, 2021
Messages
14
Office Version
  1. 365
Platform
  1. Windows
Hi all,
If I were to create database from the scratch using a free software, would Microsoft Access be my best option?
For further context, my data comes in excel spreadsheets, and unfortunately are in horizontal date format (looking to transpose it as I transition to database).

Data structure example:

Item No01/09/2102/09/2103/09/2104/09/2105/09/2106/09/21
P-2341334142473738
C-0891151921131321


Any advice is greatly appreciated.

Cheers,

MBD
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Access is a good option (as long as you don't have a ton of data that would exceed the 2 GB size maximum).
But to get it to work properly in ANY relational database program, you are probably going to need to normalize your data (your current structure is not normalized, and probably won't work well in any database program).

I suggest you research Relational Database creation and the Rules of Normalization, as you will need to know both in order to create a well-designed database.
 
Upvote 0
Thank you for your input, Joe4. I will read up on both topics you mentioned.

When you said 2GB maximum, did you mean per dataset or the whole database?
In effect, I need to create 10 datasets/tables every month of about 10MB each.

If Microsoft Access is not suitable for this purpose, which software would be a better alternative?
Appreciate your help.
 
Upvote 0
When did Access become free?
 
Upvote 0
Thank you for your input, Joe4. I will read up on both topics you mentioned.

When you said 2GB maximum, did you mean per dataset or the whole database?
In effect, I need to create 10 datasets/tables every month of about 10MB each.

If Microsoft Access is not suitable for this purpose, which software would be a better alternative?
Appreciate your help.
It sounds like you should be fine with Access. If you eventually gets millions and millions of rows of data, where size becomes an issue, you can store the data tables in something like SQL and then still continue to use Access as the front-end database (SQL is not free, but MySQL is).

Note that Access databases do tend to "bloat" in size over time, and need to be "Compacted and Repaired" regularly. That is because deleting data does not really delete it from the database until you run a "Compact and Repair". So you will notice that as you delete data, the size of the DB does not get smaller until you do that.
 
Upvote 0

Forum statistics

Threads
1,215,051
Messages
6,122,871
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top