How do I create a plan and prepare before creating database?

adibakale

Board Regular
Joined
Apr 10, 2015
Messages
52
Hello, I am pretty new to Access and VBA and would like some advice.

What are some pre-planning steps to ensure building the database correctly?

I am starting to create an Access Database so users can track and update notes on several records.

The weekly process after the tables and forms are set up involves:

1. Exporting Data from Web Application to Excel File
2. Importing to Access on a weekly basis

To set up the database, I need to create tables, create forms and figure out how to import the data from Excel correctly, and basically create the process that users will be utilizing to update and add notes to records.

How can I set up a plan to accomplish this efficiently? I feel that I should create a model, or outline steps in a way that will help me gather all the requirements and cover all the steps that need to be done to create the database.

My assumption is using something like a conceptual model?

Any advice is greatly appreciated.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
In order to design a good Access database, I think the three most important things are to make sure you understand the following concepts:
- Relational Database Theory
- Rules of Data Normalization
- Working knowledge of Microsoft Access

If you do not have a decent grasp of these concepts, you are going to run into a lot of problems!

Access is not as intuitive as Excel. If you have very little experience in it, do not expect to be able to just learn "on-the-fly". If you do, you will probably find it to be a slow and painful process. My advice is to either get a good introductory "How To" book on Access or find a course you can take somewhere.

Regarding the other two concepts and database design, here is a good article: https://support.office.com/en-us/ar...a6e-b2d9-c9e0ff57c264&ui=en-US&rs=en-US&ad=US
 
Upvote 0

Forum statistics

Threads
1,221,869
Messages
6,162,530
Members
451,773
Latest member
ssmith04

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