I've a memo field in a database access.
I've been trying to change the value of the var with this code:
The problem is if the resume isn't blank it is affected anyway!
What's wrong? Does a memo field (beeing so big) can't be affected?
Tkx to all help
I've been trying to change the value of the var with this code:
Code:
If Resumo = "" or isNull(Resumo) then
Resumo = "Resumo não disponível"
end if
The problem is if the resume isn't blank it is affected anyway!
What's wrong? Does a memo field (beeing so big) can't be affected?
Tkx to all help