List Box to show label

  • Thread starter Thread starter Bob Vance
  • Start date Start date
B

Bob Vance

In the after update trying to write if Column 3 has any data it will make
this label visible
If Column 3 has any data Me.lblEmail.Visible
 
Hi Bob,
to make the label visible, you need to set its visible property to true.
The code you posted stops short of setting the visible property to true.
Try it like this:
Me.lblEmail.Visible = True


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

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