.asp and SQL Insert Into custom code in DRW

S

skc

Hi,

I have two .asp pages, the second .asp page saves values
from the first .asp page into my access2000 table.

The table basically accepts names, e.g. John, George etc
and I have defaulted a field called occurences to 1, so my
table takes the field headings of: ID (autonumber), Name,
Occurences, Timestamp.

When another name (that already exists) e.g. John, enters
the table then I want to increase the occurence by 1 and
delete the already existing John, as I now know that there
are 2 Johns anyway.

Please help on the custom SQL I need to put into DRW.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hyperlinks to ASP Pages 5
DRW & ASP 1
DRW 4
INSERT syntax using DRW 0
Insert Multiple Records into a table with one form 3
FP2003 - DRW - Custom DELETE SQL 0
FP2003 - DRW Custom SQL - Delete Record 8
DRW & ASP 5

Top