newtoitall
Technical User
I have been asked to apply a simple bit of validation to an input field, but haven't got a clue.
Basically Add.asp displays the input form for info to be keyed in. It then passes values to addupdate.asp, which writes data keyed in by the user to the access database.
I need the interface to check if an invoice number inputted into the form already exists in the database. If it does then msgbox just to inform user, whether they wish to continue to save or not. The invoice number is not a primary key, just a field.
Any ideas?
Basically Add.asp displays the input form for info to be keyed in. It then passes values to addupdate.asp, which writes data keyed in by the user to the access database.
I need the interface to check if an invoice number inputted into the form already exists in the database. If it does then msgbox just to inform user, whether they wish to continue to save or not. The invoice number is not a primary key, just a field.
Any ideas?