I have a problem to open the treeview in MS Access. I think it's since the last windows update.
I'm getting an error message when I start the program:
"There is no object in this control element. Runtime error 438: Object does not support this property or method."
The debugger marks one line yellow in the vba code: CreateTree TreeView0.Nodes
.
I didn't change anything since the last time. There it has still worked. I did the following steps, but they all didn't help:
- reinstalled MS Access
- repaired MS Access
- exchanged the C:\Windows\SysWOW64\MSCOMCTL.ocx, unregistered and registered it
- updated VB6 to the latest version
- added the database again
I hope that someone can help me!