ok I have had this
run1 = 1
R1.text = run1

but now I want it to show up as a picture unstead of just a number so I want to do this

if r1.text = 1 then
r1.text = c:\tec\r1-1.bmp
end if
and so on for 28 scenarios

can I keep it a text box or does it have to be a picture box

if I make it a picture box how do I make a value you for it????
like this???

run1 = 1
r1.picturebox = 1
if r1.picturebox = 1 then
r1.picture = c:\tec\r1-1.bmp?????


I tried above and got alot of erros