I am working on designing a database for tracking inventory. When an item is ordered, there will be an "anticipated delivery date", as well as other information to be stored later on such as received date, removed date, etc. The item and it's "anticipated delivery date" will be added to an Access table via a form. Late on, the anticipated delivery date may change an unknown number of times until the item is finally received. I would like to know the best way to store in the table the new anticipated delivery date(s) and retain the original and all the subsequent anticipated delivery dates. Should I add fields such as "Anticipated Delivery Date (1)","Anticipated Delivery Date (2) , etc. to the table so that all the information for a particular item is in one row, or should I add a new record for the item and put the subsequent anticipated delivery dates in separate rows in a single field "Anticipated Delivery Date"? Thanks