This topic is locked

Tracking System

2/15/2004 8:16:39 AM
ASPRunnerPro General questions
E
Evan author

I am need of some help. I used ASPRunner and created the database (Access) and uploaded all the files to my server. It all works. My question is this...
I am using this as a File Request System for my work. Employee's request that I pull loan files from our storage. I'd like them to be able to see who has what file and stuff like that which is covered by the request_list.asp file. I'd also like them to be able to request a file which is covered by the request_edit.asp file. The problem that I am running into is that I have fields that I do not want all the employee's to be able to edit. EX. Date Pulled, Date Returned. I want to be able to go in after I pull a file and put in a Date Pulled and when the file is returned put in a Date Returned.
I basically don't want certain fields to be listed to the average employee. I want to be able to go in later and edit them myself.
Any suggestions??????????

Sergey Kornilov 2/15/2004

Hi,
I would recommend to create two separate sets of ASP pages for admin and for regular users and point to the same database. You still can use single login page redirecting user to required page depending on access level.