Hi -
If I create a new query for the purposes of allowing me to edit some fields:
Does it matter how many tables are in the query window?
No, not really - but it does matter how they are related (see below)
Does it matter if I remove the relationships in my new query window
Generally, yes it does - otherwise you end up with a large number of rows (#
Rows in Table A x # Rows in Table B x ....). Leave them in, and see below.
You should (based on my own experience) be able to make your query updateable
if:
- the fields you want to edit are all from the same table
- this table is not on the "One" side of any relationship in the query
- the table(s) on the "Many" side of each relationship have a unique index on
the field used in the relationship. This field is usually the PK of the
table.
You can use whatever criteria you need from any of the tables.
Give it a try - let us know how you make out.
Cheers!
John
I am assuming that I will 'never' get the original query to work and it
is not a function for property selections????
At this point, I guess I need to try to understand the basics of the
query window.
I have 4 related tables which are normally related 1 to many in other
queries.
If I create a new query for the purposes of allowing me to edit some fields:
Does it matter how many tables are in the query window?
Does it matter if I remove the relationships in my new query window
or is the problem inherent in this Access application?
THANKS FOR TAKING THE TIME TO HELP ME!
Bob
That is often the case with multi-table queries - they are not editable.
[quoted text clipped - 12 lines]
edited. If they are field names and those fields are autonumber fields or
calculated fields in a query, they cannot be edited.