I have a tblQubit:
1234
5678
9876
Is it possible to use DLookup to pull the Lot in-use:
But when that lot changes it only applies to new records and the previous lot remain unchanged?
So if records 1,2,3,4 used lot: 1234
Record 5,6,7,8 lot: 5678
Records 9,10,11,12 lot: 9876
Thank you.
1234
5678
9876
Is it possible to use DLookup to pull the Lot in-use:
Code:
=DLookUp("[Kit]","tblQubit","[Inuse] = -1")
But when that lot changes it only applies to new records and the previous lot remain unchanged?
So if records 1,2,3,4 used lot: 1234
Record 5,6,7,8 lot: 5678
Records 9,10,11,12 lot: 9876
Thank you.