bp_travis
07-27-2007, 08:52 AM
Hello. I have an online form that uses ASP to process it to a MySql database. The problem I am having is that some people submit it twice and ASP spits them back an error telling them there is already a primary key for them because they used the same name and stuff. I can't figure out how to make ASP not display the error but instead tell them nicely that they have already submitted it. I tried to use the if Err.Number <> 0 then, but ASP ignores that. Any thoughts? Thanks.