Editing information in queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to edit information returned in queries but everytime I try too Access
wont let me. The macro that opens the query clearly opens it in EDIT MODE.
Whats the problem?
 
As Rick post it is very hard to knew the problem without seeing the sql
some reasons for not been able to update the records returned
1. the query is in group by
2. you have the word select distinct - just like group by
3. you have few table link together.
 
Back
Top