A
an
Hi!
I have a combo with 3 rows.
In Afterupdate I have:
If combo = 3 then
TextboxXPTO.Enabled = False
Else
TextboxXPTO.Enabled = true
End If
Work fine but the last data in this texbox written in previous records are
saved in the table.
How is possible to prevent this, please?
Thanks in advance.
an
I have a combo with 3 rows.
In Afterupdate I have:
If combo = 3 then
TextboxXPTO.Enabled = False
Else
TextboxXPTO.Enabled = true
End If
Work fine but the last data in this texbox written in previous records are
saved in the table.
How is possible to prevent this, please?
Thanks in advance.
an