I tested everything and it is working great
Main ACCDB (MADE: ACCDE)
- Forms
---- Using VBA code to access the DB file with the DATA TABLES
- Reports
---- Using VBA code in the ON OPEN event to run a query and fill the empty tables with data from DB file
---- Using VBA code in the ON CLOSE event to empty the local tables
- Empty Copy of Tables and one table which has the DB location, for example: //server/db/db.accdb
DB Accdb file (Password protected)
- TABLES with all the data and also username / password
"ItsMe", you said something about creating executable file for my main file... you mean using another language, like VB Studio?
Regards,