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?
 
Is it an updateable query? What is the query structure?

Post it for us.
 
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.
 

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