G
Guest
Hi All
Is there a method to alter the border of an inbedded picture (it is unbedded
as it is the company logo so will not bloat too much). It works fine with
most other controls just not this logo.
Something like
If Me.SomeField1 = 123 Then
Me.SomePicture.SpecialEffect = raised
Else
Me.SomePicture.SpecialEffect = flat
End If
Looks as if it should be really simply and I am sure it's possible - I just
like the idea if it is possible.
Many thanks
Is there a method to alter the border of an inbedded picture (it is unbedded
as it is the company logo so will not bloat too much). It works fine with
most other controls just not this logo.
Something like
If Me.SomeField1 = 123 Then
Me.SomePicture.SpecialEffect = raised
Else
Me.SomePicture.SpecialEffect = flat
End If
Looks as if it should be really simply and I am sure it's possible - I just
like the idea if it is possible.
Many thanks