
Database design basics - Microsoft Support
Because a correct design is essential to achieving your goals in working with a database, investing the time required to learn the principles of good design makes sense.
Learn the structure of an Access database - Microsoft Support
Opening a table in Design view gives you a detailed look at the table's structure. For example, you can find the data type setting for each field, find any input masks, or see if the table uses any lookup …
Create a table and add fields - Microsoft Support
This article explains how to create a table, add fields to a table, set a table's primary key, and how to set field and table properties. Before you create tables and add fields, make sure you understand the …
Video: Build tables with the Table Designer - Microsoft Support
When you create a table with Table Design, you can be more deliberate about designing your database, set field types, create a lookup list, and create a foreign key to pair with your primary key.
Introduction to tables - Microsoft Support
Before you create tables in Access, consider your requirements and determine all the tables that you might need. For an introduction to planning and designing a database, see Database design basics.
Document and print your database design - Microsoft Support
Learn how to save Access table relationships schema and other design information about your database in an offline format.
Customize design settings for objects in your database
In Access desktop databases you can set design options for table, form, report, and query designs from this centralized Access Options location.
Create a form in Access - Microsoft Support
To create a form from a table or query in your database, in the Navigation Pane, click the table or query that contains the data for your form, and on the Create tab, click Form.
Video: Build tables with the Table Designer - Microsoft Support
When you create a table with Table Design, you can be more deliberate about designing your database, set field types, create a lookup list, and create a foreign key to pair with your primary key.
Guide to table relationships - Microsoft Support
When you design a database, you divide your database information into many subject-based tables to minimize data redundancy. You then give Access a way to bring the data back together by placing …