PaquettePaul
Member
- Local time
- Today, 01:08
- Joined
- Mar 28, 2022
- Messages
- 107
Access 2003 supported a box that allowed for storing data at multiple levels, or nodes. Click on a + sign and the node would expand to show more data. For example, the construct shows countries and click on US and it would expand to show the states. I used this subform window to support the maintenance of code tables.
I would set the construct with
Dim nodeTvw As Node
However, this results in a compile error in Access 2019 as node is not support with Dim statement. Anyone know whether the construct is still supported and how to setup.
I would set the construct with
Dim nodeTvw As Node
However, this results in a compile error in Access 2019 as node is not support with Dim statement. Anyone know whether the construct is still supported and how to setup.