If TextboxXPTO is not enabled, then data connot be written to it. If you
have a scenario where you need TextboxXPTO to be enabled, but you want to
prevent data being written or saved to it unless some other conditon is
true/false, then use can use the Before Insert or Before Update events of
TextboxXPTO to trap for this.
HTH
Thanks for your reply.
I need to delete the data in this TexboxXPTO, because there are data in it
of the previous insertion where this TextboxXPTO.Enabled = True.
an
> If TextboxXPTO is not enabled, then data connot be written to it. If you
> have a scenario where you need TextboxXPTO to be enabled, but you want to
[quoted text clipped - 20 lines]
> > Thanks in advance.
> > an
Beetle - 21 Jul 2007 02:26 GMT
It sounds like you're saying that you need to delete whatever information was
saved in this text box for the previous record, in which case I'm not sure
why you are having difficulty. Move to that record in your form, enable the
textbox and delete the info, or just delete it directly from the table. Or
maybe you're saying that this text box has some default value that is always
there and you want to get rid of that? I'm not sure.
> Thanks for your reply.
>
[quoted text clipped - 27 lines]
> > > Thanks in advance.
> > > an
an - 21 Jul 2007 03:08 GMT
OK, B.
Thanks for your help.
an
> It sounds like you're saying that you need to delete whatever information was
> saved in this text box for the previous record, in which case I'm not sure
[quoted text clipped - 34 lines]
> > > > Thanks in advance.
> > > > an