Hello, I tried to search this forum, but didn't find what I want to do
I have a database that will count several categories (as # of requests per). For sake of UI, I want to use a button so user can click on it, and the corresponding value would automatically increment by one. I have code for it, but rather than coding it for each individual button, i want to have one global subroutine that can call for fieldname, then increment that field by one.
The buttons will have the same name as fields, so I only need to get a code that can lookup button's name then relate it to the right field.
Is that possible?
Many thanks!
I have a database that will count several categories (as # of requests per). For sake of UI, I want to use a button so user can click on it, and the corresponding value would automatically increment by one. I have code for it, but rather than coding it for each individual button, i want to have one global subroutine that can call for fieldname, then increment that field by one.
The buttons will have the same name as fields, so I only need to get a code that can lookup button's name then relate it to the right field.
Is that possible?
Many thanks!