Query problems

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

I have a query that works just the way I want it to, however when I add
another field from another table to limit the data displayed, I cannot edit
any of the data in the query.

The new field is only there to limit the results, it isn't even displayed,
is there anyway I can limit the information using this field but still be
able to edit data in the query?


Any help would be great
 
Editing data through queries is limited. I found this information through
Google:

You cannot update a query that is based on three or more tables containing
many-to-one-to-many relationships.

You cannot edit the data in a crosstab query, certain SQL pass-through
queries, a query whose unique value property is set to Yes, a query including
linked ODBC tables, or a paradox table without a primary key.

Hope this helps.
 
Try using the second table as criteria and not joined. I think you would
have a criteria for the field you would normally join and and another for the
field you are using to limit the data.
 
It is a select query which only consists of 2 tables, the unique property is
set to no. I'm unsure about the other examples here.. what exactly is a
paradox table?


Cheers
 

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