InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Write one example of each field, for which you would use1. Text data type2. Memo data type | 
                            
| 
                                   
Answer»  1. Text data type It allows to store text or combination of text and numbers as well as numbers that don’t require calculations such as phone number. This data type allows maximum 255 characters to store. e.g. if Employee is a table and Emp_No, Name and Description are fields, then name will be a Text field. Because, name is a character entry field. 2. Memo data type It allows long blocks of text that uses text formatting, e.g. in the Employee table, the field Description will be of Memo data type, because the length of description of employee may be large.  | 
                            |