Hi, thanks for any help in advanced.
I'm trying to create a simple (or atleast what seems simple) form using ASP VB.
It will appear at the bottom of an article, and act much like a rating system.
There we go two option, a Good checkbox, and a Bad checkbox.
(this can change to just two submit buttons if it makes what I want to
achieve easier)
So, I have a database linking to the page with a Table called Rating, and three columns, ID (to link with article), Good and Bad.
So when someone uses the form below the article, say they submit 'Good', I wish for a 1 to appear in the database under good. Then someone else submits 'Good', that 1 increases to 2, then someone else submits 'Good', that 2 increases to 3, etc. and vice versa for the Bad rating.
Can anyone help me?
Many thanks,
Sam.
I'm trying to create a simple (or atleast what seems simple) form using ASP VB.
It will appear at the bottom of an article, and act much like a rating system.
There we go two option, a Good checkbox, and a Bad checkbox.
(this can change to just two submit buttons if it makes what I want to
achieve easier)
So, I have a database linking to the page with a Table called Rating, and three columns, ID (to link with article), Good and Bad.
So when someone uses the form below the article, say they submit 'Good', I wish for a 1 to appear in the database under good. Then someone else submits 'Good', that 1 increases to 2, then someone else submits 'Good', that 2 increases to 3, etc. and vice versa for the Bad rating.
Can anyone help me?
Many thanks,
Sam.