I am exploring the use and setup of a treeview in my db. using a recursive procedure, I see there is a strpointer field, strID field and a strText field. My problem is that I have 2 tables. Table 1 has parents and children in a field. Table 2 has grandkids, so to speak. Is it possible to represent this in a treeview using a recursive procedure?
Thank you
Thank you