programmher
Programmer
I have a page that allows users to approve one, some, or all records. The corresponding field on my SQL database is a yes/no (0,1) field.
My current query updates either the first record or all records. I am encountering difficulties in associating specific IDs that have an "approved" field that will change from 0 to 1.
Can anyone share some insight on how I can resolve this issue? [sig][/sig]
My current query updates either the first record or all records. I am encountering difficulties in associating specific IDs that have an "approved" field that will change from 0 to 1.
Can anyone share some insight on how I can resolve this issue? [sig][/sig]