Ok so here's the problem. I have Table A with some fields, dont matter what fields and Table B with an ID field and a Code field. What i want to do is to use VBA to automaticaly export the XML code of table A into the Code field of table B without using external files. I couldn't find a direct way of doing this so if there isn't, maby it's possible to export the code to the clipboard and from there import it to the table.
Any ideas?
L.E. :
After some more digging i've found some help on the ms site.
With the function posted there it's possible to copy something to the clipboard. Now the problem that remains is how do i make and copy the XML code of a table to the clipboard, without using external files.
Any ideas?
L.E. :
After some more digging i've found some help on the ms site.
With the function posted there it's possible to copy something to the clipboard. Now the problem that remains is how do i make and copy the XML code of a table to the clipboard, without using external files.
Comment