I think I have done this before but I can't remember what I did to do it. Can I have to different Option Box Control Arrays in the same frame and have one box in each of the arrays hold the value of true. Thnx. JJK
Printable View
I think I have done this before but I can't remember what I did to do it. Can I have to different Option Box Control Arrays in the same frame and have one box in each of the arrays hold the value of true. Thnx. JJK
The definition says that ALL option boxes in the same frame object (regardless if they have different names or are in different arrays) will be considered linked.
What you need to do is place a frame around each of the arrays (but set the border to nothing and the titles to nothing) so it effectively "disappears" while still allowing you to have 2 values in the "higher" frame.
Thanx, I was wondering about that same explanation.