1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
field in a database table
used to store values representing a certain attribute of an entity
database field
container that will accept only a specified type of data
number, text string, a date, Yes/No, 1or0, T/F
1st step to ensuring accuracy, consistency, data integrity?
specifying appropiate data type
Field Properties
specify parameters like max. # of characters allowed, format used, range of values accepted, whether data entry is required for a field
Boolean (Yes/No) data type field don’t have field size property b/c values are predetermined
Field Properties (6)
Field Size
auto. set to Long Integer
New Values
normally set to Increment, but can be random. gen.
Format
determines how values are displayed
Caption
used to create an alt. label to be displayed instead of field name
Indexed
sorting + searching more efficient
PK always set to Indexed (No dupes)
Text Align
in Access, contents of field can display on L, R, or center
Lookup Fields
typically a menu of items users select from
ensures consistency (spelling, entry)
Lookup Field Properties
Display Control
designates type of (user interface) control used
Combo Box = used to display “dropdown box”
Row Source Type
determines source of lookup values
Format Property
has no effect on values stored
PURPOSE: alter how values are displayed
Caption Property
to display a descriptive, more user-friendly label in place of field name
displayed instead of field name in DATASHEET VIEW
field name remains tho
Validation Rule Property
used to specify a given range of values that can be stored in a field
an expression that completes the phrase
when specifying numeric ranges, need to use operators
Validation Rule Property - when specifying numeric ranges, need to use operators

Validation Text Property
display a message to user if invalid data is entered into the field
Required fields act as _________ _______ for well-structured + reliable database
building blocks
Required fields guarantee the following:
Data Integrity
Enforce Relationships
Data Analysis + Reporting
Data Entry Efficiency
Data Integrity
critical info always present, prevent incomplete data
Enforce Relationships
RF can be used to link tables together
enforces data consistency + makes it easer to retrieve related info. across tables
Data Analysis + Reporting
if specific fields always present, can be confident when querying for reports + analysis
Data Entry Efficiency
RF can streamline process, prevent users from accidentally leaving out crucial ddetails
__________, _________ + __________ Name Must be Provided
MemberSince, First, Last
Short Text appears in 3 states
newly created record and value inside is NULL (empty) - not visible but there
field contains a text string like “Jane” - no longer NULL
existing text string is deleted - new value called “Zero Length” string or “Empty string”
set allow zero length property to NO - makes sure fields are never left blank