-----------------------------------------------------------
---------------------
I have been given the task of creating a web survey form.
The form itself is going to be quite basic with name etc
and some radio buttons to enable users to choose a
particular option for a certain question.
The problem is that the data entered by the users needs to
be held in an excel spreadsheet so the data can be
reviewed and reported against.
I suppose in short my question is what is the easiest way
to get the data entered on the form by the user into an
excel spreadsheet?
All help much appreciated
Bill Manville - 01 Mar 2004 23:45 GMT
> I suppose in short my question is what is the easiest way
> to get the data entered on the form by the user into an
> excel spreadsheet?
I think I would have the server page write the data to a database
table. I would then have Excel query that database table to retrieve
the information and do the reporting
Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup