Hi, I have a subform, It displays three datas, Description, Due and Dispatch. Now what I want to do is, I want the subform to display both "Description" and "Due" and in "Dispatch" I want users to be able to edit so that when a "Save" button is pressed I can update "Dispatch" column of the table with that value in a dispatch column in a subform. I found that if I query and get the dispatch column from the table directly I can edit and change the records in the table as well but this way isn't convenient coz it only updated the number dispatched not the date when it was dispatched or anything. So, I will be extracting dispatch details from the subform, date and other details from a textbox or combobox. And when everything is ready I just want to click the save button and insert and update all the details as required. So, I was wondering, how I can get the subform do that. Thanks