InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What is difference between text field and memo field | 
                            
| Answer» A Text field is for relatively short entries, because it can\'t hold more than 255 characters; a Memo field can hold up to 65,535. You can use the Field Size property to limit the number of characters a Text field will hold; you can\'t with a Memo field. | |