I have a form that is used to mark the progress through a process. Part
of this process involves scanning a barcode from a calibrated tool. What
I would like to do is grab the scanned barcode value from a text field
and compare it to data from a csv file that contains a calibration date
associated with that same barcode. I would like to get that date and put
it in another text field on my form programmatically such that when my
user scans their barcode a few seconds later, like magic the Cal dat...