Here's what I'm against and can't figure it out.
I'm developing a schedule website (in-house) that requires for projects to be submitted for denial\approval by members of management. So far so good and have this done
Default.asp --> displays all projects approved.(blank right now)
Request.asp --> allows user to input a project request.
RequestDisplay.asp --> displays all requests. In this page I have setup the request name to be a link to a details page of that request where management will be able to either approve it or deny it (no problems so far).
'************* here's my problem ************
On my approve page I'm inserting a update form displaying all records where the ID = the querystring clicked on RequestDisplay.asp (with me so far?, good) The form UPDATES fine BUT the problem is that now once updated, I have to move that data to a different table in order to display in my Default.asp where all approved projects display but don't know how to approach this or do it.
I apologize for being a bit long and hope I make sense.
Your assistance is greatly appreciated...
[tt]
"Beware of the most dangerous person in business - the articulate incompetent."
[/tt]
"Beware of the most dangerous person in business - the articulate incompetent."
[/tt]


