I am currently in the process of rebuilding my site, after one of the plugins I used was compromised, through abandonment of the developer. I will repost my original articles and posts where relevant, though it may take a while. If there is anything you urgently need, feel free to contact me.
Introduction This blog post is about how to use the treeview itself in combination with right click events as the platform for creating new records. This is a great feature since we can use the treeview and the mouseclick event to specify the location of the new record/node. The video As usual I have created a youtube video which shows all steps required. Hope you will like it. I hope you have enjoyed this series on treeviews…
Introduction This blog post is about how to implement right click options for the treeview, so the user will be presented with context sensitive options when right clicking a node or empty space in the treeview. The video As usual I have created a youtube video which shows all steps required. Hope you will like it. And once again, here is the sample file for download:
Introduction This blog post is about how to use icons for our treeview nodes, improving the visual appearance of our treeview as well as providing additional information for the user about what type of record he is looking it. The video As usual I have created a youtube video which shows all steps required. Hope you will like it.
Introduction This blog post is about how to handle record updates so that the treeview is always showing accurate up-to date information. I have also included a few helper functions which will make coding with the treeview a bit easier. The video As usual I have created a youtube video which shows all steps required. Hope you will like it. More explanation This time I will try to also include at least part of the…
Hi and welcome back for part 2 of my series on using the Treeview in MS Access. This part is about how we can take action based on mouse clicks in the treeview. For now we focus on using the treeview as a means to navigate between records, but you can also use it to navigate between different type of forms just as easily (not included in this video). As before, there is a download…
The Treeview is a great free part of the Microsoft Common Control Library that lets you create your own Treeview and tie your own data and events into the Treeview. It can present a lot of information in a limited space, and allows a lot more versatility in presenting your information. Combine this with the ability to use small icons for each individual record, you get maximum structure on data presentation. This is part 1…