StellaIndigo
IS-IT--Management
Hi everyone
OK, I'm new to programming with Access Basic and/or Visual Basic.
I'm trying to import data from xml files that are present in a folder. The whole process should scan the folder, load each xml file and delete each file afterwards.
I'm getting stuck with my ImportXML method.
I've got
Application.ImportXML( DataSource:="d:\ordered.xml", _
ImportOptions:=acAppendData )
which is valid according to the code completion but the compiler says I'm missing an = after acAppendData )
Can anyone help? or does anyone have any macros/modules for importing multiple XML files into a table.
thanks in advance
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
OK, I'm new to programming with Access Basic and/or Visual Basic.
I'm trying to import data from xml files that are present in a folder. The whole process should scan the folder, load each xml file and delete each file afterwards.
I'm getting stuck with my ImportXML method.
I've got
Application.ImportXML( DataSource:="d:\ordered.xml", _
ImportOptions:=acAppendData )
which is valid according to the code completion but the compiler says I'm missing an = after acAppendData )
Can anyone help? or does anyone have any macros/modules for importing multiple XML files into a table.
thanks in advance
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.