This is what I am trying for the Automatic Export.
Private Sub Command2_Click()
Application.ExportXML _
ObjectType:=acExportTable, _
DataSource:="ITEM", _
PresentationTarget:="F:\TEMP\TemplateNew_WORKING_Test.xsl", _
DataTarget:="F:\TEMP\ExportsXML.xml"
End Sub
RESULTS...