|
| |
"Approve" a new database submission before it goes public
View related threads:
(in this forum
| in all forums)
|
Logged in as: Guest
|
|
|
TravelSite
Posts: 4 Joined: 6/11/2006 Status: offline
|
"Approve" a new database submission before it... - 6/11/2006 16:20:01
I have created a simple database with a form using FP built in scripting (Database Result Wizard). It is a access DB created by Front Page. All using the DB wizard. One database is a list of certain restaurants. Everything works beautiful. Users can add their restaurant to the database and it the data is added to the database and available right away. I would like to know it there is a way that the data should not be entered automatically. More like me having to “Approve” the listing before it goes public. However, I do not want to require uses to have a login. I’m really a very beginner so please try no to be very technical. Simple answers will help best.
|
|
|
|
ou812
Posts: 1566 Joined: 1/5/2002 From: San Diego Status: offline
|
RE: "Approve" a new database submission befor... - 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...
_____________________________
-brian EnterpriseDB: Enterprise-class relational database management system PostgreSQL: The world's most advanced open source database
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|