is there a way to possibly do the following?
You have a small icon to represent a certain piece of data, lets say we have a picture of a bird and a picture of a turtle. On a report, could one set up a function to display a bird if a piece of data was say, 1, and a turtle if it were 0?
Data A = 1 -> Bird
Data A = 0 -> Turtle
You can do it with text, but how about a picture?
-Brandon
You have a small icon to represent a certain piece of data, lets say we have a picture of a bird and a picture of a turtle. On a report, could one set up a function to display a bird if a piece of data was say, 1, and a turtle if it were 0?
Data A = 1 -> Bird
Data A = 0 -> Turtle
You can do it with text, but how about a picture?
-Brandon