How to make icon visible by clicking a checkbox?

  • Thread starter Thread starter Marco Polo
  • Start date Start date
M

Marco Polo

Hello,

I'm trying to make an icon visible when a certain checkbox is had been
clicked (true).
Does someone know how to accplomplise this?

Tankx in advance,

Remo
 
Marco Polo ha scritto:
Hello,

I'm trying to make an icon visible when a certain checkbox is had been
clicked (true).
Does someone know how to accplomplise this?

Tankx in advance,

Remo

This Icon where is located...?

It is a ImageControl...?

If yes...
On After_Update CheckBox Event's
Me!ImageControlName.Visible=Me.CheckBoxState

@Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top