dbTalk Databases Forums  

ExportXML in Access 2002

comp.databases.ms-access comp.databases.ms-access


Discuss ExportXML in Access 2002 in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sebastian C.
 
Posts: n/a

Default 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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.