About 142,000 results
Open links in new tab
  1. Introduction to tables - Microsoft Support

    Tables are essential objects in a database because they hold all the information or data. For example, a database for a business can have a Contacts table that stores the names of their suppliers, e-mail …

  2. Database design basics - Microsoft Support

    In a relational database, you divide your information into separate, subject-based tables. You then use table relationships to bring the information together as needed.

  3. Create a table and add fields - Microsoft Support

    You can create a table by creating a new database, by inserting a table into an existing database, or by importing or linking to a table from another data source — such as a Excel workbook, a Word …

  4. Database basics - Microsoft Support

    To get the most flexibility out of a database, the data needs to be organized into tables so that redundancies don't occur. For example, if you're storing information about employees, each …

  5. Learn the structure of an Access database - Microsoft Support

    Becoming familiar with the tables, forms, queries, and other objects in an Access database can make it easier to perform a wide variety of tasks, such as entering data into a form, adding or removing …

  6. Create a new database - Microsoft Support

    It explains how to create a desktop database by using a template, and how to build a database from scratch by creating your own tables, forms, reports, and other database objects.

  7. 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.

  8. Video: Build tables and set data types - Microsoft Support

    Try it! Because they store your data, tables are the backbone of your database. Each table contains information about a specific subject. For example, a supplier table might store supplier names, e-mail …

  9. Guide to table relationships - Microsoft Support

    When you design a database, you divide your information into tables, each of which has a primary key. You then add foreign keys to related tables that reference those primary keys.

  10. Create, edit or delete a relationship - Microsoft Support

    A relationship in Access helps you combine data from two different tables. Each relationship consists of fields in two tables with corresponding data. For example, you might have a ProductID field in a …

  11. Create or modify tables or indexes by using a data-definition query

    You can create and modify tables, constraints, indexes and relationships by writing data-definition queries in SQL view.