Hello,
from these additional information I gather that surely it is possible.
But depending on how much flexibility and dynamics you need, complexity (and development time, and costs) may converge to infinity ...
Not sure if a tool like this already exists; might be a business opportunity though ...
You might want to look out for such a tool.
And if you are going to build your own, I think you should try to find a compromise between your users and your budget director.
One imporant question seems to me:
Whenever one of your users adds a new property, let's say 'weight', and adds a weight value for ID 11, what should happen then?
Has there to be a new table without any other human intervention, immediately or on next startup? If so, reading about
Dynamic SQL may be useful.
-Or-
Is it enough, if a person with some knowledge in databases will create a table and a query afterwards?
(Perhaps this could preserve you a permanent job?
![[wink] [wink] [wink]](/data/assets/smilies/wink.gif)
)
hope this helps