Hi, and Thanks again for the support from this forum.<br><br>I have 4 table database, each table assigned to a region of the country. each table are similar in field names, which are "PO Number" "Name" "Date Received" and "Status" ( these are the values more important). See, all pos in the 4 tables have a status of "IN TRANSIT" and field "Date Received" is blank. what I really wanna do is be able to update the records where I can change status to "DELIVERED" and then enter the date delivered in "Date Received". I could do that manually, but since every po in the tables are unique, I would have to look for them. So what I would like ( if possible) to code a form where I will have 3 textboxes, PO#, Status and Date, so I would enter the PO number, Access would look for that PO number and find it on the table. Then, I could just change the status to "Delivered" and enter the delivered date on the other 2 textboxes!!! If the Po is not there, access would return some sort of info saying "PO not found". I am really not sure if can be done, some people have suggested me to use the find feature, but that does not seem suitable...Thanks for taking ur time to read all this and I hope to be able to do this!!!!!! Thanks!!!