Essential Data Types in Microsoft Access
Q: What are the different data types that can be used in Microsoft Access?
- Microsoft Access
- Mid level question
Explore all the latest Microsoft Access interview questions and answers
ExploreMost Recent & up-to date
100% Actual interview focused
Create Microsoft Access interview for FREE!
Microsoft Access supports the following data types:
• Text - Used to store strings of characters and are limited to 255 characters.
• Number - Used to store numeric values, and offers a variety of formats.
• Date/Time - Used to store date and time values.
• AutoNumber - Used to generate a unique number that can be used as a primary key.
• Currency - Used to store monetary values.
• Yes/No - Used to store boolean values.
• OLE Object - Used to store pictures, documents, sound files, and other types of objects.
• Hyperlink - Used to store hyperlinks.
• Lookup Wizard - Used to create a drop-down list to select a value from.
• Calculated - Used to store the result of a calculation.
• Attachment - Used to store multiple files in a single field.
For example, if you wanted to store a customer's name in a Microsoft Access table, you would use the Text data type. Similarly, if you wanted to store a customer's date of birth, you would use the Date/Time data type.
• Text - Used to store strings of characters and are limited to 255 characters.
• Number - Used to store numeric values, and offers a variety of formats.
• Date/Time - Used to store date and time values.
• AutoNumber - Used to generate a unique number that can be used as a primary key.
• Currency - Used to store monetary values.
• Yes/No - Used to store boolean values.
• OLE Object - Used to store pictures, documents, sound files, and other types of objects.
• Hyperlink - Used to store hyperlinks.
• Lookup Wizard - Used to create a drop-down list to select a value from.
• Calculated - Used to store the result of a calculation.
• Attachment - Used to store multiple files in a single field.
For example, if you wanted to store a customer's name in a Microsoft Access table, you would use the Text data type. Similarly, if you wanted to store a customer's date of birth, you would use the Date/Time data type.


