memofield split paras into datagrid

Ultrawhack

Newcomer
Joined
Jul 7, 2006
Messages
2
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