I have a form question that I cannot find the answer to by searching the internet (I have a feeling it is because I do not know how to adequately construct the search query, but alas.)
I have a form with a grid that is pre-populated by data from a table. I have a quantity field in this grid that I want users to enter a quantity into. Let's say I have five records in the grid. When I enter the first record, it saves to the table just find when leaving the record via the tab key. However, if I attempt to modify the value in the field, it does not save the change when it is no longer the active record and the next record takes the value from the first record and makes it the default value for the second record (I would prefer it be 0). When I tab into the third record, the value in the first and third records becomes the value I just entered into the second record and the second record becomes blank, and again, none of them update the table with their new quantity value.
What am I doing wrong here? Can anyone point me in the right direction?
Thanks,
Brandt
*This post is locked for comments
I have the same question (0)