Is this what you need?
Option Compare Database
Option Explicit
Public WithEvents TVW As TreeviewForm
Private Sub Form_Load()
Set TVW = New TreeviewForm
TVW.Initialize Me.XTree.Object, "qryUnion", "None", False, lt_fullload
With TVW.TreeView
.Font.Size = 10
.Font.Bold = True...