i try to get a query in a report from three diffrents forms but it works only from the active form (Main) and not from subforms. If i use only one form everythings it's ok
SELECT tbl_Customers.LastName, tbl_Customers.FisrtName, tbl_Agreements.CarId
FROM tbl_Customers INNER JOIN...