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??????????