_ data type is not available in earlier version of access
Answers
Answered by
2
Data Type Usage Size
Short Text (for... Alphanumeric... Up to 255 char...
Number Numeric data 1, 2, 4, 8, or 16...
Date/Time Dates and times 8 bytes
Answered by
0
Answer:
A character literal is a type of literal in programming for the representation of a single character's value within the source code of a computer program. ... For example, 'a' indicates the single character a while "a" indicates the string a of length 1.
Similar questions