Donovansmth
New member
- Local time
- Today, 12:20
- Joined
- Jan 4, 2023
- Messages
- 5
Hello, is it possible to query the child nodes that show based on the id field in a text box?
An AfterUpdate to the id field, the child nodes update and refresh to show child nodes that share the same parent ID.
scenerio - year(ID), Class(Parent), student(child)
On the home page if the year changes,m(text box), then the students nodes should change to match the year, the classes won’t change. When I click the student node, I have a form that updates and shows the student data .
All features work, however because the tree view is activex, I’m not sure of the process to make this query work.
Thanks for any direction
An AfterUpdate to the id field, the child nodes update and refresh to show child nodes that share the same parent ID.
scenerio - year(ID), Class(Parent), student(child)
On the home page if the year changes,m(text box), then the students nodes should change to match the year, the classes won’t change. When I click the student node, I have a form that updates and shows the student data .
All features work, however because the tree view is activex, I’m not sure of the process to make this query work.
Thanks for any direction