I'm wondering if anyone is aware of existence of anything, be it add-in, a module, or whatever that provides two things:
1) Build a group of controls that are in use several times, are similar in functionality. E.g. Cascading Comboboxes or Searchbox- They all are functionally similar, but it's necessary to handcraft each one (though one could just copy the controls and the code behind it, that's still extra work)
2) Automagically update all similar controls in very similar manner to class inheritance- Suppose I made a cascading combobox and later down the road, I discover a bug or realized that my design had changed. So I need to change the code/properties/etc. But suppose I had a bazillion of them all over the place? I'd imagine DLL Hell would be a walk in park after that!
My google wasn't very successful because it gets snowballed with "Access Control" as in security mechanism, rather than a control belonging to a program named Access. Ideally, this functionality would be free, but we'll have to see about that.
1) Build a group of controls that are in use several times, are similar in functionality. E.g. Cascading Comboboxes or Searchbox- They all are functionally similar, but it's necessary to handcraft each one (though one could just copy the controls and the code behind it, that's still extra work)
2) Automagically update all similar controls in very similar manner to class inheritance- Suppose I made a cascading combobox and later down the road, I discover a bug or realized that my design had changed. So I need to change the code/properties/etc. But suppose I had a bazillion of them all over the place? I'd imagine DLL Hell would be a walk in park after that!
My google wasn't very successful because it gets snowballed with "Access Control" as in security mechanism, rather than a control belonging to a program named Access. Ideally, this functionality would be free, but we'll have to see about that.