edit query

  • Thread starter Thread starter hermie
  • Start date Start date
H

hermie

I have a strange problem now, some queries which I open cannot be edited and
other can?

What can cause this problem?

herman
 
1. Queries that are based on 2 or more Tables may not be updateable
depending on the joins you use.

2. Totals Queries are not updateable.

3. If the RecordsetType of the Query is "Snapshot", the Query is not
updateable.

4. There are other reasons for a Query to be non-updateable.
 
Back
Top