ExportXML

Y

yael

Hi,
How can I export Form with *unbound* controls in access 2003?

Sub Export(source As String, target As String)
'Export source to XML file
Access.Application.ExportXML ObjectType:=acExportForm, DataSource:=source,
DataTarget:="C:\Access_XML\" & target
End Sub
Thank's,
Yael.
 

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

Similar Threads

Application.ExportXML 0
Export 0
ExportXML 2
Export query to XML file 4
export xml - slow Access 2007 5
Exportxml - I can't get it to work 4
Export Report with Graph to Excel error 2495 1
export schema problems 0

Top