Рет қаралды 1,646
Tree view control is one on the objects defined in Windows environment that can be fetched into an Access database and fully controlled via VBA.
This object is very convenient to view data built using a backdoor relationship technique. It contains nodes that can be structured in a tree format.
I recommend watching a previous video about analyzing data that needs a table to reconnect with itself. See the link:
• تحليل حالة ربط جدول مع...
In this series, I intend to demonstrate some useful techniques for the user interface (UI) that is necessary to cover any database system. I hope you take advantage of it, and generally, with these films in the series.
03:20 Fetching an ActiveX object
19:30 Creating SQL statement to read table data
36:40 Definition of 'trvchild'
38:06 Using recursion
Related videos:
Connecting a table with itself
• تحليل حالة ربط جدول مع...
Recursion in programming
• ما هي العودية في البرم...