Conditiona Logo/Image

racer25

Slowly Getting There
Local time
Today, 01:43
Joined
May 30, 2005
Messages
65
Hi,

I presently use access to link to our Oracle DB, pull down the data I need and formulate receipts for clients.

On some reports if CLI_GROUPCODE = "123" then show image, if not leave blank.

Is this possibble if so how would I acheive this.

Thanks

Rob
 
Set the Visible property of the image to "No" then in the Report.OnLoad event try somthing like..

If X = Y Then Me.myImagName.Visible = True
 

Users who are viewing this thread

Back
Top Bottom