G
Guest
I have a database with one basic table. I have several different queries
querying the table for different criteria. I am using the datasheet view of
these queries to enter / update values in certain fields.
All these queries, however, use calculated fields that are the same for any
of the queries. I could create these calculated fields for each of the
queries separately. But the calculations behind the calculated fields are
quite complex, and there are many calculated fields. Therefore, I thought I'd
create a basic query that contains all these "shared" calculated fields I
need for the other queries. This way I could maintain and modify the
calculated fields in one location and reuse them in multiple queries.
So I created a Basic Query containing the fields Calculated1, Calculated2
etc. Then I created QueryA, QueryB, QueryC. For each of them, I added both
the basic Table and the Basic Query, and I added the fields Calculated1,
Calculated2. Everything works fine, the fields and correct values are shown
in the datasheet view of my queries, but: All records are locked.
What should I do differently?
Many thanks in advance for any help!
querying the table for different criteria. I am using the datasheet view of
these queries to enter / update values in certain fields.
All these queries, however, use calculated fields that are the same for any
of the queries. I could create these calculated fields for each of the
queries separately. But the calculations behind the calculated fields are
quite complex, and there are many calculated fields. Therefore, I thought I'd
create a basic query that contains all these "shared" calculated fields I
need for the other queries. This way I could maintain and modify the
calculated fields in one location and reuse them in multiple queries.
So I created a Basic Query containing the fields Calculated1, Calculated2
etc. Then I created QueryA, QueryB, QueryC. For each of them, I added both
the basic Table and the Basic Query, and I added the fields Calculated1,
Calculated2. Everything works fine, the fields and correct values are shown
in the datasheet view of my queries, but: All records are locked.
What should I do differently?
Many thanks in advance for any help!