I'm not sure I see the connection between running an Append query and having
the form cleaned the next time.
An Append query adds data from Table A to Table B. How can you use that fact
to determine what needs to be cleaned on the form? Are you under the
(mis)impression that an Append query removes the data from Table A when it
adds it to Table B?
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"an" <(E-Mail Removed)> wrote in message
news:0B972A61-D925-48B7-9D99-(E-Mail Removed)...
> Hi!
>
> I have a form with a command button to run Append Query and close the
> form.
>
> I would like, when open the form on next time, it show us all text boxes
> with numbers cleaned (with zeros).
>
> Thanks in advance.
> an