memofield split paras into datagrid

Ultrawhack

Well-known member
Joined
Jul 5, 2006
Messages
164
Location
Canada
Programming Experience
3-5
Hi,

In access this was quite straightforward as we have continuous subforms.

I have a memofield in my database where text is stored in paragraphs with a blank line in between each para.

The titles are displayed in a listbox.

When the user clicks on a title, the paras are split using vbnewline as delimiter, and each para appears one below another in a scrolling continuous form.

How can I achieve this in VB 2005 Express using a datagrid ?

Thanks !
 
Back
Top