Variable picture on a button

I

Isis

Can I have the picture displayed on a button changed based on a value in
another field ? At the present I have it hard coded to a picture file on
disk.

Thanks
 
E

Ed Robichaud

In the image property of your button, you can use the IIF-Then function for
an either/or setup, or a Select Case function for multiple conditions.
-Ed
 
Top