Ok, i've got the forum, but i need to copy part of the data, in the threads to an other tabel, for example:
This is a message (tblThread is the access table)
<br />Money: 287,347gc (24,921gc raw daily income)
<br />Food: 11,087 bushels
<br />Runes: 5,408 runes
<br />Population: 13,611 citizens (22.06 per Acre)
Now i need the first line starting from "money" until "287.347gc" to be copied into a new table.
So just a selection of the information in that cel.
I tried doing that with queries in access, but can't get that selection. and i don't know how to do that with asp.
Does someone know that, or could give me a little hint?
Thx