I am fairly new to Access, especially Access 2007. I am creating a requisition database for a tugboat company to purchase equipment to repair the vessels. I have several tables, some for the employees, the approvers, the "Orders" and the "Order Details". One form that I have is called "Order Details". It has information like the person requesting the material, the vessel, the date it's required, the approver's name, where the material is to be delivered, etc. Then within that form, there is a subform. The subform is where they can enter several line items that have quantity, units, description, model number, estimated cost, and vendor. Several lines items which populate the "Order Details" table can be associated with one order, which is all the first information like the vessel and dates, etc. The Orders populate the "Orders" table. Then, I have a query called "Order Details Extended" that has everything in one table. Now, my problem is, I need to get these requisitions approved. The best thing I could think of was to use the "get info with e-mail" thing. I have a checkbox in the "order details" table. I could send the information to the "Approver" that was selected when entering the order information, and have the person send the e-mail back populating the checkbox field. Problem is, I don't have a table that I can send to be edited. If I just send the order details table, they don't know which vessel it's for or any of the other order information. All they would have is the part information. I can't use the Order Details Extended Query because you can't edit the query. Maybe there is a better way to do this and I just don't know, but I'm at a loss. Any help would be greatly appreciated.