Computer Science, asked by superswordsman7806, 1 year ago

Which data type has the largest storage capacity (a. Text , b. Memo , c. Yes/No )

Answers

Answered by bestanswers
25

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.


Similar questions