Hey all, this seems simple but I’m struggling.
I’m having trouble with the simple calculations 7 - x = y
y = the thing i want to update in the database.
7 = static, this number will not change.
X = a field in my database that is dynamic.
Using a button click, how can. I perform this function. To change the thing to y in my database.