Hello all! Happy Holidays!
This is the situation: In an access database, Managers (high-level users) select products and subparts of that product during the "configuration" phase. This is done for each different project. In other words, the final selection of Products and subparts is different for each project.
In the subsequent phase Supervisors and workers will perform classifications en create reports on those products and subparts. The design asks that products be organized in a Tab Control structure and subparts to be buttons inside each respective tab.
Because each project entails a different combination of Products and Subparts, the Tab Control and buttons have to be changed accordingly. Ideally, that would be automated based on the selections made by the Managers at the beginning of the project.
The real question is: can Tab Controls and elements inside each page be altered by code during runtime? If possible, I’d prefer not to resort to hide / show Pages and Buttons, but actually create them through code after the managers selection is complete.
If that can’t be done, I probably will have to resort to a switchboard-like structure; which have its own limitations.
Tips / Ideas / Suggestions are all welcome!!!
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there
This is the situation: In an access database, Managers (high-level users) select products and subparts of that product during the "configuration" phase. This is done for each different project. In other words, the final selection of Products and subparts is different for each project.
In the subsequent phase Supervisors and workers will perform classifications en create reports on those products and subparts. The design asks that products be organized in a Tab Control structure and subparts to be buttons inside each respective tab.
Because each project entails a different combination of Products and Subparts, the Tab Control and buttons have to be changed accordingly. Ideally, that would be automated based on the selections made by the Managers at the beginning of the project.
The real question is: can Tab Controls and elements inside each page be altered by code during runtime? If possible, I’d prefer not to resort to hide / show Pages and Buttons, but actually create them through code after the managers selection is complete.
If that can’t be done, I probably will have to resort to a switchboard-like structure; which have its own limitations.
Tips / Ideas / Suggestions are all welcome!!!
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there