I have implemented a treeview and listview in a form which displays records just fine.
I have separate forms for adding /editing records for the respective tables.
If it is possible to achieve the add/edit functionality with treeview and listview, I can dispense with the extra forms.
If not possible directly, would it be possible to code the node click event to open the respective editable form and refresh the treeview upon update?