Como CREAR TABLAS en ACCESS 🔥【2010, 2013, 2016, 2019】✅

Share

Summary

This tutorial teaches how to create tables in Microsoft Access databases, focusing on detailed field creation, data types, and properties. It covers creating primary keys, defining field sizes, and using input masks, with practical examples for 'professors' and 'subjects' tables.

Highlights

Introduction to Table Creation in Access
00:00:00

The video starts by welcoming viewers and explaining that the tutorial will focus on creating tables in an existing Access database. It references a previous video on database creation and emphasizes a more detailed approach to table creation.

Accessing the Database and Initial Table View
00:00:33

The instructor opens an already created Access database. It shows a previously created table and its design view, highlighting fields, data types, and an existing record. The goal is to create new tables in a more structured way.

Methods for Creating Tables: Design View vs. Direct Table Option
00:01:14

The video presents two ways to create tables: directly clicking 'Table' or using 'Table Design.' The instructor prefers 'Table Design' for its detailed control over field names, data types, and descriptions, making it visually more appealing and organized.

Creating the 'Professors' Table: ID and Data Types
00:02:10

The tutorial begins creating a 'Professors' table. The first field, 'ID Profesor,' is set as an auto-incrementing primary key to ensure unique identification. The importance of using numerical IDs over names for primary keys is explained, as names can be repeated.

Defining Field Properties: Name, Last Name, and Date of Birth
00:04:01

The fields 'Nombre' (Name) and 'Apellido' (Last Name) are added with 'Short Text' data type and a field size of 50 characters. Both are marked as 'Required.' For 'Fecha Nacimiento' (Date of Birth), the 'Date/Time' data type is selected, and the 'Short Date' format is chosen for presentation.

Adding Phone Number with Input Mask and Speciality Field
00:06:37

A 'Teléfono' (Phone) field is created as 'Short Text' with a size of 15. A crucial feature, the 'Input Mask,' is demonstrated to guide users on the phone number format (e.g., '0000-0000'). The 'Teléfono' field is made optional. Lastly, 'Especialidad' (Specialty) is added as 'Short Text' with a size of 50 and set as optional.

Setting Primary Key and Saving the 'Professors' Table
00:08:16

The 'ID Profesor' field is designated as the primary key. The table is then saved with the name 'Profesores'. This sets up the structure for entering professor data.

Inserting Records into the 'Professors' Table
00:09:19

The video demonstrates how to switch to datasheet view and insert a sample record for a professor. It highlights how the auto-incrementing ID works and how the date picker and input mask assist in data entry for 'Fecha Nacimiento' and 'Teléfono' fields, respectively. The record is then saved.

Creating and Saving the 'Subjects' Table
00:11:33

A new table named 'Asignaturas' (Subjects) is created using 'Table Design.' 'ID Asignatura' is set as an auto-number primary key, and 'Nombre de la Asignatura' (Subject Name) is defined as 'Short Text' with a size of 50 and marked as required. The table is saved, and a sample subject, 'Ciencias Naturales,' is added.

Conclusion and Future Topics
00:12:59

The video concludes by showing the three created tables ('Tabla1,' 'Profesores,' 'Asignaturas') in the database. The instructor hints at the next video, which will cover establishing relationships between these tables. A call to action for likes, subscriptions, and notifications is made.

Recently Summarized Articles

Loading...