ExportXML in Access 2002 -
01-24-2011
, 09:29 AM
Hello everybody
Does anyone know if in Access 2002 the 'OtherFlags' for 'ExportXML'
is working or not. In the help file it is written that one can use
'Otherflags' to export related tables to a .xml but it doesn't seems
to work.
This is the code from the 'Access 2002 Microsoft Visual Basic Help'.
Application.ExportXML _
ObjectType:=acExportTable, _
DataSource:="Customers", _
DataTarget:="Customers.xml", _
SchemaTarget:="CustomersSchema.xml", _
SchemaFormat:=acSchemaXSD, _
OtherFlags:=1
And if it is not working does anyone knows how to export a table and
all related tables to a .xml file.
Thanks very much. Any help appreciated.
Sebastian |