Log entries from web site

D

Dennis Allen

Hi. Got a client who wants to add features to his excel file. Hoping someone here could help.

Got a xls file with 400 sheets, one sheet for each widget. On each widget sheet has an area for people to enter maintenance logs.
Logs include a column for the date, description, price, status, an whether it's preventative maintenance Y/N.

Need a couple of things: One, I need to create a summary sheet (400 rows) showing the most recent log entry of each widget. Two, I
need another summary sheet but only showing those widgets those most recent log entry is flagged preventative maintenance.

There's another item: The client wants to post this xls file on his web site in a password protected area. He wants his people to
be able to see an entire widget sheet, but only able to add log entries. He doesn't want anyone to be able to change sheets. That
is, to change existing sheets, rows, columns or log entries. Just to add log area rows.

For the web site request, I was thinking. Maybe a static xls file and some sort of standard form the user could email? Maybe I
could write a program to read this kind of email and drop the log entry into the correct excel sheet? Or could we create an
interactive xls file where only the next blank row, in the maintenance log area of a sheet, is available for entry?

Any and all advice is appreciated...Dennis
 
Top