I have a form that I use to enter data into a table. Fields are:<br><br>PO Number<br>Customer Name<br>Date Shipped<br>Date Arrived<br>Status<br><br>Everytime an order gets shipped, I will add a record to the table using the form, but Field "Date Arrived" will be blank since the order has not arrived, and field "Status" will be IN TRANSIT, because the shipment is on the way to the customers home. Now, everytime the order gets to the customer, I will have to update the fields "Date Arrived" and "Status" to the delivered date and status will be now "DELIVERED". Now, how can I , or whats the easier way to have this fields updated? I know I could just go in to the table and update each one, but since, for example, PO numbers are unique, could I have a find feature, some form where I could type the PO and have it come up with the fields to update or something really easy to have these fields updated??? Thanks Once again!!!