I have a 2 column table that looks like such
1 apple
2 banana
3 orange
4 tomato
5 strawberry
This table could have up to 15 rows but may have as few as 3.
On my main form I have an option group with 15 toggles and values of 1-15. I would like to make the togglebuttons.visible = false for rows 6-15 in the above example. I guess I could run 15 dlookups but I was wondering if there was a better solution.
I would very much appreciate any help you can provide.
1 apple
2 banana
3 orange
4 tomato
5 strawberry
This table could have up to 15 rows but may have as few as 3.
On my main form I have an option group with 15 toggles and values of 1-15. I would like to make the togglebuttons.visible = false for rows 6-15 in the above example. I guess I could run 15 dlookups but I was wondering if there was a better solution.
I would very much appreciate any help you can provide.