perchè non funge?
codice:
if (rs("fine")>= Date()) then
stato="Attiva"
end if
if (rs("fine")< Date()) then
stato="Conclusa"
end if
inizio e fine sono due date. es: 01/01/2005

l'errore è che stato è bianco