A2K2
If I use:
Application.Imp ortXML "MyFile.XML ", acStructureAndD ata
I get a table in my database, not ncessarily called "MyFile". So without
building an array of tables then comparing afterwards, how do I find out
what table was created just then?
Any way there's a chance of linking to an XML file?
If I use:
Application.Imp ortXML "MyFile.XML ", acStructureAndD ata
I get a table in my database, not ncessarily called "MyFile". So without
building an array of tables then comparing afterwards, how do I find out
what table was created just then?
Any way there's a chance of linking to an XML file?
Comment