UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Hide a picture of a subform    
 
   
tlsn4
post Aug 16 2005, 02:34 AM
Post #1

UtterAccess Addict
Posts: 182
From: Bonney Lake, WA



I need to hide a picture on my subform when a cmd button for next record is pressed on the main form.

Tried this, but it didn't work.

me.subformname.picturename.visible = false
Go to the top of the page
 
+
freakazeud
post Aug 16 2005, 02:40 AM
Post #2

UtterAccess VIP
Posts: 31,413
From: NC, USA



Hi,
try:

Me!Subform.Form.Control.Visible = False
or
Forms!Mainform!Subform.Form.Control.Visible = False

One of the two should work.
Check this for more on reference issues
HTH
Good luck
Go to the top of the page
 
+
tlsn4
post Aug 16 2005, 02:44 AM
Post #3

UtterAccess Addict
Posts: 182
From: Bonney Lake, WA



Worked like a charm!! Thanks freakazeud!!
Go to the top of the page
 
+
freakazeud
post Aug 16 2005, 02:44 AM
Post #4

UtterAccess VIP
Posts: 31,413
From: NC, USA



You're welcome.
Glad I could assist.
Good luck on future projects!
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 25th May 2013 - 12:33 PM