Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Complex Edit/Add to a database using ASP

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-27 : 23:23:19
Pieter writes "I have a drop down list box with different reasons, and under it a text field so that the person(s) can add their own reason.

Now, I edit a record and read the list of reasons from a different table.(The table's record I am editing will show the ID of the reason in the Reasons table)

Now what should happen is when I click on submit(after changing the record) I should check if the field where the person can enter their own reason is empty, if not I should add it to the reason's table and then insert the changed ID into the record I was editing.

It's easy enough thinking about how to do it, but its a different thing doing it altogether."
   

- Advertisement -