
January 16th, 2001, 09:52 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
trouble in logic Updating databases
<i><b>Originally posted by : seth (pappadaddy@yourmom.com)</b></i><br />Hello- I am having a slight problem with updating a database. The basic idea for the program is as follows.<br />Someone fills out a form and submits it to the database. I set up a screen for a co-worker who can<br />log-in and view the database entries, but his screen contains an extra drop down box that say<br />"Post" with options yes or no. He clicks either yes or no, then submits this to update the database.<br />The public have acces to a page that posts the entries from the database, if rs("post")="yes".<br />Everything works as it should except the adding of the "post" content. I have tried using rs.update<br />and AddNew, and some other exhausting logic, but I am sure I am just leaving something out or<br />not aware of something that is happening. Any clues? Does it even make sense? Thanks...<br />
|