W
wolfpack
I would like to increase the value of a record by 1 every time an action
takes place.
I have 3 tables. One is people that contains the names of employees, one is
reviews and has 4 columns (ID#,Accept,Decline,Other - all values except ID
are initially set to 0), and relationship table that matches only one name to
only one review ID.
What I want to do is set up a form where I can choose an employee and use a
check box to choose either accept, decline or other. Once i have choosen the
correct check box I would like to click a "submit" button. Now I would like
for the value of the choosen check box to increase by one for that employee.
For example, Bob is a new employee and has just reviewed a loan. He accepts
the loan. I use the above form to keep track and chose Bob's name and check
the Accept box. Now the value for accept associated with Bob should be 1. If
Bob accepted another loan then the value would increase to 2 and so on.
Thanks for the help.
takes place.
I have 3 tables. One is people that contains the names of employees, one is
reviews and has 4 columns (ID#,Accept,Decline,Other - all values except ID
are initially set to 0), and relationship table that matches only one name to
only one review ID.
What I want to do is set up a form where I can choose an employee and use a
check box to choose either accept, decline or other. Once i have choosen the
correct check box I would like to click a "submit" button. Now I would like
for the value of the choosen check box to increase by one for that employee.
For example, Bob is a new employee and has just reviewed a loan. He accepts
the loan. I use the above form to keep track and chose Bob's name and check
the Accept box. Now the value for accept associated with Bob should be 1. If
Bob accepted another loan then the value would increase to 2 and so on.
Thanks for the help.