Untitled Document
Untitled Document
In databases, selecting the correct data types for each data item is
essential. Common data types used in MS Access include:
* Text: Stores data that is a mixture of text and numbers not used for
calculations.
* Number: Used for numerical data that may be part of a calculation.
* Date/Time: For storing dates and times in various formats (e.g., 12
October 2021).
* Currency: Used for financial values with currency formatting.
* Autonumber: Automatically generates a unique number for each
record.
* Yes/No: Stores Boolean values; the data can only be true or false.
* Lookup: Offers a predefined list of choices for a field, helping
standardize data input.