How to disable a picture field if no picture

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

I need to not display a picture field in a form if the picture is not
present. Only show field if picture exsist.
Thank You
 
I need to not display a picture field in
a form if the picture is not present.
Only show field if picture exsist.

You can set its Visible property to False from VBA code. If you also have
set the CanShrink property, you can minimize the white space that would
result from the picture not being displayed.

Larry Linson
Microsoft Access MVP
 

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

Similar Threads


Back
Top