so ....
what i am wanting to do is -
1) get a record from a database table (can do)
2) increase that number by 1 (cant do)
3) display that new number in the text box.
i think i have to use the loop code thing but am not to sure.
Thanks again
Eric
Moderator: General Moderators
Code: Select all
UPDATE mytable SET mycolumn=mycolumn+1, othercolumn='whazaaaaaaaaa' WHERE name='bernie'