Two table in one query

  • Thread starter Thread starter New_Access
  • Start date Start date
N

New_Access

Hi All,
I have 2 tables and unit them in a query but no join them.
Why I can't update the records inside the query/form?
Is that impossible to update the records in this condition?.

Thank's all
 
New_Access said:
Hi All,
I have 2 tables and unit them in a query but no join them.
Why I can't update the records inside the query/form?
Is that impossible to update the records in this condition?.

Thank's all

No. Many multi-table queries produce read only results. This varies depending
on the number of tables, number and type of joins, and which fields are included
in the results. I'm fairly sure that a query with two tables and NO joins will
always be read only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top