answersLogoWhite

0


Best Answer

Microsoft Access recognizes 10 data types.

1. Text - Short, alphanumeric values, such as a last name or a street address.

2. Number - Numeric values, such as distances. Note that there is a separate data type for currency.

3. Currency - Monetary values.

4. Date/Time - Dates and times.

5. Memo - Long blocks of text and text that use text formatting. A typical use of a Memo field would be a detailed product description.

6. Yes/No - Boolean values.

7. AutoNumber - Numbers that are automatically generated for each record.

8. Hyperlink - Hyperlinks, such as e-mail addresses.

9. OLE Object - OLE objects, such as Word documents.

10. Attachment - Files, such as digital photos. Multiple files can be attached per record. This data type is not available in earlier versions of Access.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

The basic answer is 19. http://msdn.microsoft.com/en-us/library/windows/desktop/ms714540(v=vs.85).aspx

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many data types does access recognize?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the data type available for Access table field?

Access Data Types are : Autonumber, Memo Text, Number, Yes/No, date/time, OLE object, Hyperlink, Currency.


There are how many types of data's?

three


How many simple data types are there?

There are a total of 8 simple or primitive data types in Java. They are:byteshortintfloatdoublebooleanlong andString


How can I access information regarding timeline software?

There are many places where one could find data and information on different types of timeline software. Many tech magazines and websites, such as PC World, offer information and reviews on various types of timeline software.


How data was stored before MS Access?

Microsoft Access was not the first database, so there were many database programs before it that would have held data and there are many database programs now. Data is of course stored in paper form too.


Differrent data types in Visual Basic?

many


How many types data in computer system?

6


How many data types supported by MySQL?

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.


Storage devices access data in how many fast of a seconds?

thousandths


How many data types are there in PHP?

The data types are grouped into this categories: Booleans Integers Floating point numbers Strings Arrays Objects


Which can be used to represent a many to many relation with abstract data types?

tree


What types of data used in algorithm?

Whatever data you need. If you need the algorithm to operate with many different types of data, and you are programming in C++, you could use generic programming practices and use templates.