|
ou812 -> RE: "Approve" a new database submission before it goes public (6/11/2006 16:32:49)
|
I've never used DRW (only directly in ASP), but I would think you should be able to do something like this in DRW anyway - add a new column to your restaurant table, maybe called "approved" and then when people submit their restaurant this is set to "N", when inserting the new record. Then you can have another form where you retrieve (select) that data to read, or whatever, and then submit for approval and when you do this it changes the "approval" column to "Y". Then when you are displaying the restaurants you only display with approval="Y". Just one way to go about it...
|
|
|
|