|
-
Oct 15th, 2002, 04:22 AM
#1
Thread Starter
Member
Number of controls on a form
Is there a way for VB to return an integer value for how many text boxes or labels are on a form?
I wish to use iteration to check for void inputs, and I am assuming I can use syntax within the loop similar to:_
IF txtBox[number]="" THEN
'Error message here'
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|