In my VB6 project i have a text area field, iwant to insert data which i give in that text area wants to insert into Access database. For that which data type i need to take for that column.
1) If i take Memo or text as datatype: only singleline will be inserted .not all the lines.
How am i insert entire document in the database through VB6 form that contains textarea