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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP super newbie question

Status
Not open for further replies.

wraheem

MIS
Jul 19, 2001
62
US
I'm not really sure how to ask this question so I have been having a hard time searching for examples. Basically is there a way to have 2 different users make changes to a form simuteanoulsy (sp)?

For example:

User one adds info to a form then the second user adds his info, verifies the form and then it is saved (it needs to at least appear to the 2 users that it is happening at the same time for legal issues).

I'm not really sure in which direction to go with this (ie. have user1 update and then user2 OR have them both on the same form at the same time somehow). If someone could point me in the right direction with a link or a quick explanation I would appreciate it greatly.

TIA
 
I would have user1 enter the info and save that to a table with a flag. Ex: IsVerified as a bit, 0=false 1 = True, or something to that effect. Then user 2 can pull that info, add necessary into and verify. Then save, setting the flag to TRUE (1).

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top