How to make an update confirmed by an administrator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am making an asp site where users can join teams. When a user joins a team
I want their addition to the team to be confirmed by the team captain when he
logs in. I was thinking of just temporarily storing the users info in an temp
table and then moving their information after confirmation to the real db
table. I am just looking for comments on best method or hint on how to do
this I can figure most things as I go.
I have been working with asp for a while but this is the largest web task
ive had to do so i would still consider myself a novice.

Sorry, for posting a little out of subject but I have yet to find a good asp
discussion forum and I used to get lots of good help when I was working with
frontpage here.

Thanks for any ideas
 
You could add a field to the 'real' table called 'confirmed' and have the
team captain change the value after confirmation.
 
Back
Top