Re: Have Form REsults Rerwite or Replace File, not Append by Kevin
Kevin
Wed Mar 09 12:43:38 CST 2005
It can be done by writing your own custom server-side form handler
application using ASP, PHP, or what-have-you (whatever programming
technologies are supported on your web server). If you are not a programmer,
you can always hire one.
--
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.
"Toàn" <Ton@discussions.microsoft.com> wrote in message
news:AEF08339-39F3-4D09-B04D-9D394320F73B@microsoft.com...
>I would like to have the form results comeback in a new file or replace the
> previous entries, not append to it as in the default behavior.
> Basically, a user will fill out the form with information, and the
> result/confirmation page will show. But when the user comes back to make
> changes again, the new information will replace the old one, not append to
> it.
>
> Can this be done, such as using a new file variable?
>
> Thank you