R
rohandawate
Hi,
I have a form which is populated via a query which is updateable(Inner
join of 2 tables are present in the query). When I add a third table to
the query, the query becomes non-updateable.
Initial - (Table1 INNER JOIN Table2)
New - (Table1 INNER JOIN Table2) LEFT JOIN Table3
Any solutions.
Thanks
I have a form which is populated via a query which is updateable(Inner
join of 2 tables are present in the query). When I add a third table to
the query, the query becomes non-updateable.
Initial - (Table1 INNER JOIN Table2)
New - (Table1 INNER JOIN Table2) LEFT JOIN Table3
Any solutions.
Thanks