I have a database where the status of a part can change from being in, out, lost, etc. I would like to track when the part goes Lost. I created another field to do this with but when the status changes, the field I create changes. I would like for it to remain as it is no matter what the status is as long as it went to Lost one time.
IIF([Status]="5", "Found", "OK") is the If statement I am using currently. How do I make the number in my field stay 5 after the Status field is updated to another status?
Thanks
IIF([Status]="5", "Found", "OK") is the If statement I am using currently. How do I make the number in my field stay 5 after the Status field is updated to another status?
Thanks