Is it possible to link a table to a query that is not updateable?

  • Thread starter Thread starter Tom
  • Start date Start date
Tom said:
If so, how?

Only tables can be linked, not queries. Use the Linked Table Manager, File |
Get External Data | Link Tables.
 
A query accesses data from tables. A query can be read only, write only (as
when adding or updating a record), or read/write.
 
A query returns a result set which is itself a table, but not a base table.
A table, or another query, can be joined (which is what you mean by 'linked'
I suspect) to a query just as if it was a base table, but where the result
set of a query is not updatable the resulting query will not be updateable.

If you can give more detail of what you want to do we might be able to be
more specific in our advice.

Ken Sheridan
Stafford, England
 

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