Microsoft Access Database Fundamentals

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/41

flashcard set

Earn XP

Description and Tags

Flashcards covering the essential vocabulary and concepts of Microsoft Access database management, including table structure, field properties, query types, and form components.

Last updated 2:45 PM on 6/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

Access

A database management system.

2
New cards

Database (CSDL)

A collection of information organized for a specific purpose, often presented in table format.

3
New cards

Table

The base component of Access used to store data, consisting of columns (Fields) and rows (Records).

4
New cards

Field

The individual columns within a table.

5
New cards

Record

The individual rows within a table.

6
New cards

Forms (Biểu mẫu)

Objects designed for entering or displaying data, facilitating communication between the user and the program.

7
New cards

Queries (Truy vấn)

A tool used to extract data based on specified conditions; extracted data is displayed in a table format.

8
New cards

Reports (Báo biểu)

Objects used to display information from tables in various formats to help users effectively consume the information.

9
New cards

Field Name

The object property used for naming a field in a table structure.

10
New cards

Data Type

The object property used to select the type of data a field will hold.

11
New cards

Description

A property in table design used to provide descriptive text for a field.

12
New cards

Field Properties

A group of settings used to configure various attributes of a field.

13
New cards

AutoNumber

A data type that automatically inserts a numeric value for every record created.

14
New cards

Yes/No

A data type used for logical values.

15
New cards

Caption

A property that allows for a custom label or title for a field.

16
New cards

Field Size

A property that determines the maximum character length allowed for a Text field.

17
New cards

Format

A property used to define how data is displayed.

18
New cards

Input Mask

A property used to create an input template or pattern for data entry.

19
New cards

Required

A property that determines if a field must contain data or if it can be left null.

20
New cards

Default Value

A property used to specify an initial value that is automatically entered in a field when a new record is created.

21
New cards

Validation Rule

A property used to set conditions that must be met before a new record can be saved.

22
New cards

Validation Text

The error message that appears when data entered violates the Validation Rule.

23
New cards

Allow Zero Length

A property that controls whether Text or Memo fields can accept an empty string.

24
New cards

Input Mask '0'

Represents a position for digits 00 to 99 where entry is mandatory.

25
New cards

Input Mask '9'

Represents a position for digits 00 to 99 where entry is optional.

26
New cards

Input Mask 'L'

Represents a position for letters where entry is mandatory.

27
New cards

One-to-One

A relationship where each record in the first table is associated with exactly one corresponding record in the second table.

28
New cards

One-to-Many

A relationship where one record in the primary table can have many corresponding records in the related table.

29
New cards

Many-to-Many

A relationship where multiple records in the first table relate to multiple records in the second table.

30
New cards

Make-Table Query

A query type that generates a new table to store the results of the query.

31
New cards

Update Query

A query type used to modify existing data within a table.

32
New cards

Append Query

A query type used to add one or more new rows of data to the end of a table.

33
New cards

Delete Query

A query type used to remove one or more rows of data from a table.

34
New cards

Crosstab Query

A query type used for statistical analysis and calculations, displaying data in rows and columns.

35
New cards

Select Query

A query type that retrieves and displays information from tables without altering the source data.

36
New cards

Criteria

A row in the query design grid that holds values or expressions to filter the records.

37
New cards

Form Header

The section where controls appear at the top of the form screen.

38
New cards

Detail Section

The section of a form where record details are displayed.

39
New cards

Form Footer

The section where controls appear at the bottom of the form screen.

40
New cards

Record Source

A property used to identify the specific table or query that serves as the data source for a form.

41
New cards

Label

A form control used to display descriptive text.

42
New cards

Command Button

A form control used to execute actions or commands when clicked.