Hello, each cell in my table is a record in my database each with its own unique ID. Is it possible to store the unique ID as an attribute of the cell?
My objective is to use the cell ID to update the database such as:
UPDATE forecast SET quantity=newQuanitity WHERE _ID = Cell_ID
Thank you in advance for any help.