i have a memo field that stores data under a xml format:
<?xml version='1.0'?> <table><field1>test</field1></table> <table><field2>test</field2></table>
how can i retrieve in a function the value of the field, but passing it the table and/or the field name
i have tried combination of substring and stuff, but seems too complicated
any idea?
tx!