Checkpoint 4 - Queries and User Interface

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

1/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering database queries, action queries, form design, and user interface concepts from Checkpoint 4.

Last updated 8:57 AM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Calculated field

A query field whose value is derived from other fields or expressions.

2
New cards

Count

A totals function that counts records or non-null values.

3
New cards

Sum

A totals function that adds numerical values.

4
New cards

Group By

Groups records with the same value so aggregate calculations can be performed.

5
New cards

Update query

An action query that changes values in existing records.

6
New cards

Append query

An action query that adds records to another table.

7
New cards

Delete query

An action query that permanently removes matching records.

8
New cards

Make-Table query

An action query that creates a new table from query results.

9
New cards

Action-query safety

Back up first and preview the intended records with a SELECT query.

10
New cards

Form

A user-friendly interface for viewing, entering and editing database data.

11
New cards

Bound form

A form connected to a table or query record source.

12
New cards

Combo box

A control that lets a user select from a list, often displaying a friendly value while storing an ID.

13
New cards

Tab order

The sequence controls receive focus when the user presses Tab.

14
New cards

Subform

A form embedded inside another form to display related child records.

15
New cards

Main form/subform link

The parent and child forms are linked using a common key.

16
New cards

Friendly display / stored ID

Interfaces can display meaningful names while storing keys.

17
New cards

Navigation form

A menu that gives users clear routes to common database tasks.

18
New cards

Command button

A clickable control that performs an action.

19
New cards

Query as form source

A form can be based on a query rather than directly on a table.

20
New cards

Usable interface

Clear labels, consistent layout, logical controls and restricted choices reduce errors.