Another way is to have the form data sent to an Access database named,
for example, NewData
You can do this by using the wizard to create a database for you in
the fpdb folder of your web. Once you have done that, publish your
website and then go fill out the form to test it on the server.
Then you can use an ftp program to download the NewData database to
your desktop computer.
Make a copy of that database, and call it, for example, MasterData, so
now MasterData has the exact same fields and datatypes as the NewData
database does. This is the main database you will be keeping on your
computer
Delete the records in the NewData database and ftp it back to the
website, so you now have a empty NewData database waiting for the
form to be filled out again.
So the steps in adding new data would be:
1. ftp NewData.mdb database from the site to your computer
2. Immediatedly ftp back up to the site and empty NewData.mdb (it is
easiest to just keep an empty copy of it in a handy folder for this
purpose)
3. Open the NewData database and select all the new records and do
Edit / Copy
4. Open the MasterData database and do a Paste / append to add the new
data to it.
Now you are done, you have the master with updated data on your
computer and an empty NewData database back on the site waiting for
more signups.