Is it the label you want to go invisible or the caption on the label?
-----Original Message-----
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com]
Sent: Wednesday, April 06, 2016 2:49 PM
To: MS_Access_Professionals@yahoogroups.com
Subject: [MS_AccessPros] Looping through the forms collection
All of the forms in my Access 2007 database have a label named lblFormName. One of the forms has a command button whose click event I'd like to use to toggle the Visible property of the lblFormName on each of the open forms. I thought the code snippet below would to that, but turns out not. It toggles the visible property of only the lblFormName label in the form with the command button. This is the code to set the Visible property to false, I have similar lines of code to set the Visible property True. Would appreciate some advice. Thanks. Steve
Dim frmCurr As Form
For Each frmCurr In Forms
lblFormName.Visible = False
Next frmCurr
------------------------------------
Posted by: Steve5 <thaw5@suddenlink.net>
------------------------------------
------------------------------------
Yahoo Groups Links
This email (and all attachments) is for the sole use of the intended recipient(s) and may contain privileged and/or proprietary information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Posted by: Liz Ravenwood <Liz_Ravenwood@beaerospace.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (2) |
Tidak ada komentar:
Posting Komentar