Posted on: 9/17/2015 6:31:43 PM | Views : 855

Hi all,
This is my first post on here and i've been having an issue that i just cant figure out. Here's the rundown.
I am pulling data from a SQL Database and trying to do calculations (adding/subtracting) certain fields in the OnRowUpdated event.
The Flow:
-When a users starts a job (see picture) they will punch in their employee number in the "Checked Out By" box and hit update.
- They will work on the job and enter however many they have completed by the end of their shift, so they click the row and enter the number of completed parts in the "Qty Compl" field and hit update.
* Everything up to this point works fine, the row is updated, Checked Out Box is cleared and ready for next employee to check the job out, the "Already Complete" field is updated by taking the quantity required - quantity remaining and everything is displaying correctly.
The issue arises when the next employee goes to pu ...

Go to the complete details ...