Ciao, come faccio a far funzionare questa serie di IF:
codice:
if primacondizione then

'FAI QUESTO
  
else 

IF not objRS.EOF THEN 

cAMPOUNO = objRS("CAMPOUNO")

if CAMPOUNO = True then 

'FAI QUELLO

else
  
'FAI ALTRO

else

'FAI QUELL'ALTRO

end if    
end if
end if