Arthur Fuller
fuller.artful at gmail.com
Tue Feb 4 08:15:41 CST 2014
Probably you want one of the groups to be visible by default. First of all, give all the controls within each group a similar name, such as grp1TextBox1. That will simplify handling them. Then make all the grp2 agrp3 controls invisible. After that it's simple to handle them in your AfterUpdate event. HTH, Arthur On Tue, Feb 4, 2014 at 8:53 AM, John Clark <John.Clark at niagaracounty.com>wrote: > I was actually going to ask a similar question this morning... > > I have essentially 3 groups of questions, and I'd like to present one of > these groups, based on the value of another field. And, I was wondering if > I could group them and do it that way. I was even thinking about giving the > fields a certain naming convention to do this... > > So, it is good to know it can be done. BUT...I'm still a bit shaky (to say > the least) on how to carry this off. > > >>> John W Colby <jwcolby at gmail.com> 2/2/2014 10:35 AM >>> > Or use a class and a control scanner. Then use a naming convention such > that each control that needs > this stuff done has some common text in the name. > > >