mswilson16
Programmer
Hi All,
I have a memo field that is used to fill a asp page. In my memo field I have something like:
<p>This is a test</p>
<p>This is the second line of the test</p>
<p>This is the third line of the test</p>
I have a form were I want to be able to take the above and split upto the first </p> in to me.memText1 (so mem.text1 =<p>This is a test</p>), then after that split up to the next </p> in me.memtext2, etc etc.
If anyone could help that would be great! I am using Access 2003.
Thanks
Mswilson
I have a memo field that is used to fill a asp page. In my memo field I have something like:
<p>This is a test</p>
<p>This is the second line of the test</p>
<p>This is the third line of the test</p>
I have a form were I want to be able to take the above and split upto the first </p> in to me.memText1 (so mem.text1 =<p>This is a test</p>), then after that split up to the next </p> in me.memtext2, etc etc.
If anyone could help that would be great! I am using Access 2003.
Thanks
Mswilson