Let's supose I have a .mdb file with a lot of information including forms, reports and tables. Since this file is used every day, the infomation in the tables changes every day too.
But now I want to creat a .mde file due to security reasons. I will create it and it will be used changing the contente of the tables as told before.
Since this moment, how can I continue changing the VBA program?
If I keep a copy of the original file, it will not be updated with the information of the .mde file.
If I try to change the VBA at the .mde, the VBA source code is not there any more.
How can I change the VBA program of a .mde file?
Best Regards.
Ricardo de Milano
But now I want to creat a .mde file due to security reasons. I will create it and it will be used changing the contente of the tables as told before.
Since this moment, how can I continue changing the VBA program?
If I keep a copy of the original file, it will not be updated with the information of the .mde file.
If I try to change the VBA at the .mde, the VBA source code is not there any more.
How can I change the VBA program of a .mde file?
Best Regards.
Ricardo de Milano
Comment