B
Baracudo
This is a part of one public function made with Access 2003
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("dosdb.xml", True)
a.WriteLine ([Forms]![Tabelle1].[FirstLine])
a.WriteLine ("<!-- Version=03.00.00 -->")
a.WriteLine ("<!-- * -->")
With Access 2007 could not be used.
Somebody knows why?
Thanks.
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("dosdb.xml", True)
a.WriteLine ([Forms]![Tabelle1].[FirstLine])
a.WriteLine ("<!-- Version=03.00.00 -->")
a.WriteLine ("<!-- * -->")
With Access 2007 could not be used.
Somebody knows why?
Thanks.