I created a very very simple form in Dreamweaver MX using ASP VB Script. I have 6 drop down select list that have the same static lists.
I have a update button that updates a record in my database. All I want to do is add a piece of code that checks to see if the user picked the same choice for two boxes, if they do flash a message saying they need to be unique and not allowing the record to be updated.
With all the code that gets generated from DW when I build the recordset and update statement, I am not sure where to place this code or how to even write it.
Can someone show me an example and where I should place it?
request(Select1 - 6)
If anyone of them are the same, show error message else update record.
Thanks!
I have a update button that updates a record in my database. All I want to do is add a piece of code that checks to see if the user picked the same choice for two boxes, if they do flash a message saying they need to be unique and not allowing the record to be updated.
With all the code that gets generated from DW when I build the recordset and update statement, I am not sure where to place this code or how to even write it.
Can someone show me an example and where I should place it?
request(Select1 - 6)
If anyone of them are the same, show error message else update record.
Thanks!