Hi,

I have an XML document im trying to read into Access, i can import it in as a string but then i dont kno how to 'chop it up' into the fields i want.

e.g

<Date>2009-03-17</Date><Name>JOHNSON</Name><Position></Position><Age>21</Age>

Into the Columns for:
Date
Name


Position
Age

Many Thanks