Export MDB file into text file 
Author Message
 Export MDB file into text file

Does anyone have a tool for exporting all Access97 objects into a text file
and re-create a database from the file?
Thanx

Mickey



Sun, 06 May 2001 03:00:00 GMT  
 Export MDB file into text file
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



Quote:
> Does anyone have a tool for exporting all Access97 objects into a text
file
> and re-create a database from the file?
> Thanx

> Mickey



Sun, 06 May 2001 03:00:00 GMT  
 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
:>
:>
:>



Sun, 06 May 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. export data from local txt file to .mdb file on server

2. import hebrew text files to mdb files, using VB5

3. VB5 - Converting a text file to MDB file

4. best save grid in to text file or mdb file

5. how to conver a email address text file to mdb file use code

6. Inputing from MDB File vs Text File

7. How to import a text file to my mdb file using vb5

8. Working with Text Files - Searching for strings and then exporting to new file

9. Concatinate .mdb files into single .mdb file

10. Exporting .mdb file by FTP

11. Exporting a 3 decimal number to text file produces trunc 2 decimal text number

12. Export/Saving a MDB file to other dbase formats

 

 
Powered by phpBB® Forum Software