I am trying to validate a for before it is inserted. I need it to check a table in a SQL database if a record is already inserted.
Example.
I insert into my table through an asp form. I enter skew_no and order_no. I need to make sure that that combo is not already in the table. Now the order number can be inserted as many time as it wants as long as it has a different skew_no and so on the other way. I have looked many many many places with no luck, I am kind of looking for some kinda of directions. Thank you
Example.
I insert into my table through an asp form. I enter skew_no and order_no. I need to make sure that that combo is not already in the table. Now the order number can be inserted as many time as it wants as long as it has a different skew_no and so on the other way. I have looked many many many places with no luck, I am kind of looking for some kinda of directions. Thank you