asp ?
asp ?
Out of context: Reply #10
- Started
- Last post
- 13 Responses
- CX0
Here is my SQL:
strSQL = "SELECT * FROM reports WHERE title='" & request.form("title") & "'"
Then later in the code:
IF objRS.recordcount THEN
The idea is if theres already a record of that title then give a duplication error message.