samonwalkabout
Registered User.
- Local time
- Today, 22:54
- Joined
- Mar 14, 2003
- Messages
- 185
Is it possible to group a set of field and name this group so i can call enable from VB.
ie
at the moment
if testing = "yes" then
me.field1.enabled =True
me.field2.enabled =True
ect ect ect for 50 odd fields
If i could name groups
if testing = "yes" then
me.group1.enabled =True
less code horay!
I can see how to group but cant seem to name them so they can be called in VB.
Thanks
ie
at the moment
if testing = "yes" then
me.field1.enabled =True
me.field2.enabled =True
ect ect ect for 50 odd fields
If i could name groups
if testing = "yes" then
me.group1.enabled =True
less code horay!
I can see how to group but cant seem to name them so they can be called in VB.
Thanks