Continus Form Button to update records

Pakled

New member
Local time
Today, 17:19
Joined
Sep 3, 2009
Messages
2
Hello All,
I have a form based on a query that selects the TOP 7 records based on PlayerID and GameType. I now need a way to have a button that updates a two fields in the table that the form/query is based on. One field is a player ranking field that will increase it's number whenever the button is pushed. The other field is a Yes/No field that lets any future queries not show records that have already been counted. Any help will be greatly appreciated.
Pakled
 
You can use update query to update data in table
 
I know I can use an update query. My problem is creating one that only updates the records shown on the form and not all the records in the table.
 
You can use same criteria in update query which you are using to get records for form
 

Users who are viewing this thread

Back
Top Bottom