How to disable a picture field if no picture

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
 
L

Larry Linson

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
 
Top