Code:
=DLookUp("[Kit]","tblExtraction","[Inuse] = -1")
The above code pulls the lot # of a kit from a table Extraction where the field is checked in-use. If on the 11 record the in-use changes how can the previous 10 records remain unchanged?
For example,
Record 1-10 Kit 1234 is in-use and so is populated into the form. However, on record 11, Kit 5678 is put in-use. The previous 10 records did not use this kit and need to be unchanged, but record 11 on until the in-use changes needs to be updated. Thanks.