Hi,
I have a database which stores details of different department. Each department have uneven number of members. Eg.
Table field
Department A
President : 1
Vice President : 3
Treasurer : 1
Secretary : 3
Committee : 10
Department B
President : 1
Vice President : 4
Treasurer : 1
Secretary : 2
Committee: 15
So they are unevenly distributed, I can't use a static Form where all textboox are pre-designed. The form needs to be flexible, and dynamic according to the data selected.
- What will be the best approach?
- If i were to use label and textbox to display the contents, how will i do it??
Please help.
Thanks