Can you manage to add this code into the Module somewhere
INSERT INTO [Workorder Materials] ( QuoteID, MaterialID, Quantity, UnitPrice, WorkorderID )
SELECT [Quote Material].QuoteID, [Quote Material].MaterialID, [Quote Material].Quantity, [Quote Material].UnitPrice, [Quote Material].WorkorderID
FROM [Quote Material]
WHERE ((([Quote Material].QuoteID)=[Forms]![Quotes]![QuoteID]));
AND
INSERT INTO [Workorder Labour] ( QuoteID, EmployeeID, BillableHours, BillingRate, Comments, WorkorderID )
SELECT [Quotes Labour].QuoteID, [Quotes Labour].EmployeeID, [Quotes Labour].BillableHours, [Quotes Labour].BillingRate, [Quotes Labour].Comments, [Quotes Labour].WorkorderID
FROM [Quotes Labour]
WHERE ((([Quotes Labour].QuoteID)=[Forms]![Quotes]![QuoteID]));
I think this would allow the EXECUTE button to add everything over to the workorder on a single click
________
Pre-paid legal services forums