Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting properties value to multiple control in the form
Message
From
20/12/2002 01:38:36
 
 
To
All
General information
Forum:
Microsoft Office
Category:
Access
Title:
Setting properties value to multiple control in the form
Miscellaneous
Thread ID:
00734791
Message ID:
00734791
Views:
45
Dear All,

In Access 2002, I have a form with 9 textbox on it.
Let say I want to enable or disable all of them in Runtime.
In VFP, we can use the setall function.
In VB, we can loop the textbox collection.
Can I do the similar coding in Access 2002?
Rather then I need to write 9 lines of code like this:
me.textbox1.enabled=true
me.textbox2.enabled=true
............me.textbox9.enabled=true

Thanks.
-Jasper
oh, what is the fastest way to write good program?
Next
Reply
Map
View

Click here to load this message in the networking platform