Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help ! Access, ASP, Excel 1

Status
Not open for further replies.

rikmg

Technical User
Oct 1, 2003
2
GB
I have a query if it's poss you could help ?

Iam in the process of building a small Intranet application. Iam using ASP along with access backend.

Info will be sent from an HTML form, [an inventory report] various drop down lists, text boxes, etc.

This info from the form is then added to the mdb, but an administrator needs to pull the same form back to add further info to complete the form, [cookies?] and finally it gets exported to excel format and saved on the server. Also an admin page needs setting up so "admin" can confirm when some reports are completed and when others need completing, maybe this could be the way the first part of the form could be stored and pulled back from ? Could it all be done in office applications ?
 

YES, all Can be done.

First Try to Store all info into the Database.

Second, whenever someone logins as ADmin, give them option of editing the old forms, by passing some ID.

Third, Use ASP's File command to export and Save it in Excel file.

Hope it helps !




 
thanx very much for this it helps alot !!


can you point me in the direction of the file cmd for ASP a tutorial of some sort ?

Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top