InterviewSolution
Saved Bookmarks
| 1. |
Which data type has the largest storage capacity (a. Text , b. Memo , c. Yes/No ) |
|
Answer» A memo field is useful for storing large amounts of alphanumeric information such as a note, comments, descriptions and address. A TEXT field is a graphical CONTROL ELEMENT intended to enable the user to input text information to be used by the program. A text field is for relatively SHORT ENTRIES and cannot hold more than 255 characters, whereas a memo field can hold up to 65,535 characters. |
|