
Export MDB file into text file
Hi Turtle and Michal,
We can use the LoadFromText and SaveAsText methods.
In debug window,
call Application.SaveAsText(acForm,"Form1","C:\Form1.txt")
to save the form as text
and
call Application.LoadFromText(acForm,"Form1", "C:\Form1.txt")
to recreate the form from the text file.
HTH
--
Dev Ashish (Just my $.001)
The Access Web ( http://home.att.net/~dashish )
----
:I can't imagine how a form or report could be stored in a text file and
:re-created from that format. But maybe I'm just unimaginative.
:
:- Turtle
:
:> Does anyone have a tool for exporting all Access97 objects into a text
:file
:> and re-create a database from the file?
:> Thanx
:>
:> Mickey
:>
:>
:>