I have a Database with 4 columns. FirstName, LastName, Age, and FNID.
FNID is always defaulted with the value ‘1’.
How do I go about creating a button that when clicked adds 1 (+1) to the FNID value?
Basically a button that changes the FNID of an entry to ‘2’ instead of ‘1’.
Cheers,
Kevin