I have just started learning Access.
I want to create a tree structure for my database in MS Access form. I have three fields in my table - category_ID, category_name and parent_category_Id.
Tried treeview control recursively (used the code given by Microsoft)- did not work.
Can some one help me? Thanks.
I want to create a tree structure for my database in MS Access form. I have three fields in my table - category_ID, category_name and parent_category_Id.
Tried treeview control recursively (used the code given by Microsoft)- did not work.
Can some one help me? Thanks.