Salve a tutti,
ho una textbox in una maschera.
come faccio a testare che non sia vuota senza che mi dia errore??!?!?!?!?!?
Ho provato con
if (NZ(me.mytexbox,"") ="") then
if (isnull(me.mytexbox)) then
if (isempty(me.mytexbox)) then
if (len(me.mytexbox)=0) then
ma niente.
Prima ancora di valutare la condizione mi dice "nessun valore nell'espressione immessa"
come devo fare?!!?!?!
Grazie