amorosik
Member
- Local time
- Today, 09:14
- Joined
- Apr 18, 2020
- Messages
- 552
Yes, I understand, and so I'll explain the request again
I didn't ask to create a system that 'dynamically' configures itself to have the features of Version1 or Version2 or any other version
The request is: having a project created with Access that I'll call Version0 (I'm talking about the front-end part only, not the data) and containing 100 forms, 100 reports, 100 modules, how can I build a system that can compose the Version1 application composed of 50 forms, 30 reports, 10 Version0 modules, similarly how to prepare the Version2 application composed of 10 forms, 3 reports, 2 Version0 modules
So the complete project will remain Version0, and this project can be updated regularly, both with corrections to any anomalies and with the addition of new features
Every time the Version0 project is modified, I have to recreate Version1 and Version2 (...VersionN) with the limited set of forms, reports, modules, which will be assigned to them
This is the work I would like to speed up, the regeneration of the various subprojects every time changes are made to the main project
Both the main project Version0 and the subprojects Version1 and Version2 connect to the same database, in my case via odbc to a db server external to the Access procedures
The final effect is similar to that obtained by always keeping the same identical project and limiting the functionality via software with an activation key or similar systems
In this case the main project is cut and various subprojects are packaged
I didn't ask to create a system that 'dynamically' configures itself to have the features of Version1 or Version2 or any other version
The request is: having a project created with Access that I'll call Version0 (I'm talking about the front-end part only, not the data) and containing 100 forms, 100 reports, 100 modules, how can I build a system that can compose the Version1 application composed of 50 forms, 30 reports, 10 Version0 modules, similarly how to prepare the Version2 application composed of 10 forms, 3 reports, 2 Version0 modules
So the complete project will remain Version0, and this project can be updated regularly, both with corrections to any anomalies and with the addition of new features
Every time the Version0 project is modified, I have to recreate Version1 and Version2 (...VersionN) with the limited set of forms, reports, modules, which will be assigned to them
This is the work I would like to speed up, the regeneration of the various subprojects every time changes are made to the main project
Both the main project Version0 and the subprojects Version1 and Version2 connect to the same database, in my case via odbc to a db server external to the Access procedures
The final effect is similar to that obtained by always keeping the same identical project and limiting the functionality via software with an activation key or similar systems
In this case the main project is cut and various subprojects are packaged