Topic: save all records from a form to a different file.

Good day.Is it possible to save the records from a form(which data are from different tables) to save them in a different database file?
Thank you again.

Re: save all records from a form to a different file.

Hello,


Perhaps it would be useful.
http://stackoverflow.com/questions/6824 … -databases

Dmitry.

Re: save all records from a form to a different file.

I might not explain my promblem right.
I have a form that has data inserted from 2 tables.
These data i would like to stored them not in the main data base file.i would like to stored them another file db so make the program more light.
Is it possible to do that?i saw that there is a tool "open and save file" but the save file does not working.am i doing something wrong?

Re: save all records from a form to a different file.

voukefalas76
You can do it, but there is no easy way.
You should use the example in my previous link and SQL queries for that.


You want to store some big files in the another database?

Dmitry.

Re: save all records from a form to a different file.

I would like to store data from the main db files (which includes data from 2-3tables) to another db file(it must be firts create it of course) .
Thank you Dimitry for your help.

Re: save all records from a form to a different file.

Unfortunately I can not understand the reason for this, to advise.

Dmitry.