If I use a treeview control (VBA) with the node keys structured like:
I wondered if I could then use the MSXML to retrieve -- oh, the OrganizationID, say -- out of the node's key? I could write a parser to do that, but it seems like it ought to be possible to use MSXML, somehow.
If I am talking all crazy
here, please go ahead and say so, and I'll get started writing a parser.
Ron
Code:
node.key = & _
"<OrganizationID>1234</OrganizationID>" & _
"<PositionID>3456</PositionID>" & _
"<PersonID>5678</PersonID>"
I wondered if I could then use the MSXML to retrieve -- oh, the OrganizationID, say -- out of the node's key? I could write a parser to do that, but it seems like it ought to be possible to use MSXML, somehow.
If I am talking all crazy
![[dazed] [dazed] [dazed]](/data/assets/smilies/dazed.gif)
Ron