Hello everyone,
How to take a backup of access mdb file with data into a flopy in .txt or any other format with visual basic and import like vise versa.
.mdb---->.txt (or any other)
.txt(or any other)----> .mdb
Printable View
Hello everyone,
How to take a backup of access mdb file with data into a flopy in .txt or any other format with visual basic and import like vise versa.
.mdb---->.txt (or any other)
.txt(or any other)----> .mdb
You can do 1 of 3 things:
1) Use copy recordset and save as .csv file! Search the forums for how to do this!
2) Use a reference to Access Object 9.0 and use Docmd.tRANSFER tEXT function.
3) Use Access's backup function.
later
b :)