sto facendo un ciclo su una tabella di questo tipo:

if tabella.EOF or tabella.BOF then
tit = ("")
img = ("1.gif")
ID = ("0")

else if tabella("campo") = 0 then

titpag = ("titolo")
img = ("2.gif")

else if tabella("campo") = 1 then
tit = ("testo")
img = ("cesto.gif")
end if
end if
end if



----------------------------------
non mi da errore ma quando entra nel terzo caso non visualizza l'immagine ... ho provato a vedere i percorsi etc... ma a me sembra tutto ok

qualcuno vede qualche errore
(il campo che controllo nel secondo e terzo caso è un campo si/no)