Hi Everybody,<br><br>My problem is the following: I keep an access table where I have data that holds information about orders ( the fields are: Customer Name, PO Number, Date shipped, Date Received, Status)... Field "Status" is always "In Transit", since the order is still in the way to the customer, and "Date Received" is blank. These orders are shipped to a Warehouse, and from there to the customer. when the orders get to the warehouse, these POs are checked in in a Excel spreadsheet, and they will contain the Delivered date. But the problem comes here: This information will be sent to me in a Excel Spreadsheet, and as soon as i get it, what I have been done is print it out, look all the Pos, and one by one I will manually enter the date received and change the status "In Transit" to "Delivered" in my Access Table. What I would like to know is a way where I could take this spreasheet, somehow compare to my table, and have it automatically match with POs on the table, update the field "Date Received" with the delivery date, and change "status" to Delivered. <br><br><br>Sorry for the Long explanation, just wanted to make everything clear. Thanks!!!