Arvil has good suggestions for you, but you seem to be in Excel mode. There is even a term for that: Committing Spreadsheet. Excel and Access are two
VERY different animals. About the only thing they have in common is that they can be programmed using VBA.
You should work through these tutorials before doing anything else. Don't just watch them - do them.
The next thing is to try and design the tables using paper and pencil, whiteboard, cardboard, etc.
===============================================
"Old Programmer's Rule" is this: If you can't do it on paper then you can't do it in Access. Until you can draw out your tables AND rules for how they change for each function you want to perform, you are going nowhere fast.
===============================================
Then read about Normalization. Here are some links:
What is Normalization?
=======================
What Is Normalization, Part I: Why Normalization?
http://rogersaccessblog.blogspot.com...on-part-i.html
What Is Normalization, Part II: Break it up.
http://rogersaccessblog.blogspot.com...n-part-ii.html
What Is Normalization: Part III: Putting It Back Together
http://rogersaccessblog.blogspot.com...-part-iii.html
What is Normalization: Part IV: More Relationships
http://rogersaccessblog.blogspot.com...n-part-iv.html
What Is Normalization: Part V: Many-to-Many Relationships
http://rogersaccessblog.blogspot.com...on-part-v.html
Entity-Relationship Diagramming
==============================
Entity-Relationship Diagramming: Part I
http://rogersaccessblog.blogspot.com...ng-part-i.html
Entity-Relationship Diagramming: Part II
http://rogersaccessblog.blogspot.com...g-part-ii.html
Entity-Relationship Diagramming: Part III
http://rogersaccessblog.blogspot.com...-part-iii.html
Entity-Relationship Diagramming: Part IV
http://rogersaccessblog.blogspot.com...g-part-iv.html
The Normal Forms
=========================
The Normal Forms: Introduction
http://rogersaccessblog.blogspot.com...roduction.html
The Normal Forms: First Normal Form (1NF)
http://rogersaccessblog.blogspot.com...-form-1nf.html
The Normal Forms: Second Normal Form (2NF)
http://rogersaccessblog.blogspot.com...rmal-form.html
The Normal Forms: Third Normal Form (3NF)
http://rogersaccessblog.blogspot.com...rmal-form.html
The Normal Forms: In a Nutshell
http://rogersaccessblog.blogspot.com...-nutshell.html
THEN, you can get into Access and start creating objects.
Here is a link to
Naming Conventions
Some other naming suggestions:
Use only letters and numbers (exception is the underscore) for object names.
Do not use spaces, punctuation or special characters in object names.
Do not use look up FIELDS, multi-value fields or calculated fields in tables.
Do not begin object names with a number.
Post is you have questions about your design...
Good luck with your project.....