form results

L

llheath

I have a form that writes to a csv file. It just accumulates. Occasionally I
am wanting to clear the file. How can I do this. If I pull it into Excel,
clear and sav as a csv the next time a user presses submit they get an error.
Any ideas of how to clear with out messing everything up?? I there another
file I need to clear as well?
 
T

Thomas A. Rowe

Open the file in notepad and then delete the content from it, within FP

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
C

Corey Bryant

Does deleting the CSV file on the server do the trick and republishing the
form with an empty CSV file?
 
Top