I used Query builder, but "Total" row is blank
maybe something wrong with "Data" table? but if it not connected i can easily add, remove or update "Data" table...
Code:
SELECT
[Register of orders].*,
[Additional information].*,
[Data].Adress
FROM ([Register of orders] LEFT JOIN [Additional information] ON [Register of orders].ID = [Additional information].ID) LEFT JOIN [Data] ON[Register of orders].X = [Data].X;

Originally Posted by
jgelpi16
Are you writing SQL, or using the Query builder in Access? If you have any fields with a "Group By" as the "Total" property you will not be able to edit any records within those results.