Export MS access data to XML

A

Armele look

Hello everyone,

I am currently working on a microsoft access project, I need to export the
data to an XML file, I already have a schema that I need to use. Can you
please tell me how to use the existing XSD and XLST files.


Thank You
 
S

SteveM

The method has an attribute for specifying the XSL file to apply.

Isn't the XSD file a definition of a .NET DataSet?

Steve
 
A

Armele look

If you have the code i'll be glad to take it. right now the way i have it is
the following:


Application.ExportXML _
ObjectType:=acExportQuery, _


DataSource:="dischargeREPORT", _
DataTarget:="C:\Documents and Settings\eugenea\My Documents\COREMEASURES
BY FACILITY\test\qipcase" & todayTime & ".xml", _
SchemaTarget:="C:\Documents and Settings\eugenea\My
Documents\COREMEASURES BY FACILITY\test\DISCHARGEREPORT_s" & todayTime &
".xml", _
presentationtarget:="C:\Documents and Settings\eugenea\My
Documents\COREMEASURES BY FACILITY\test\DISCHARGEREPORT_p" & todayTime &
".xsl"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top