Ciao, se ho un valore nullo o vuoto riferito ad un campo data, come faccio ad assegnarli un valore inventato?
Ho scritto così, ma non funziona:
:master:codice:Data_assegnazione = Rs("Data_assegnazione") If IsNull(DATA_ASSEGNAZIONE) or DATA_ASSEGNAZIONE = "" then DATA_ASSEGNAZIONE = cDate("1900/01/01") Else DATA_ASSEGNAZIONE = DATA_ASSEGNAZIONE End If