Hi, sorry to make a new topic but I couldn't find what I was looking for.
I have a website set up to take forms from users
There is a hidden row at the bottom called 'Confirmed' which has a default value of 0
The database which is viewed using 2 separate views (connections)
One view is available to the public and is filtered using
SQL
WHERE Confirmed = 1
The other view is only available to Administrators and is filtered using
SQL
WHERE Confirmed = 0
I need to make a button on the Admin view that changes the state of 'Confirmed' in the database from '0' to '1'

Any help would be greatly appreciated
Thanks
Luke
I have a website set up to take forms from users
There is a hidden row at the bottom called 'Confirmed' which has a default value of 0
The database which is viewed using 2 separate views (connections)
One view is available to the public and is filtered using
SQL
WHERE Confirmed = 1
The other view is only available to Administrators and is filtered using
SQL
WHERE Confirmed = 0
I need to make a button on the Admin view that changes the state of 'Confirmed' in the database from '0' to '1'

Any help would be greatly appreciated
Thanks
Luke