A
Andrew
Hi All,
I have a few separate queries that count the number of data records from a
listing after they filter out for a particular type of data (Passive,
Unreviewed, etc...).
These counts now need to update into fields in another table (DMTrack).
My count queries work fine, but I'm having a problem trying to update the
final table.
The final table (DMTrack) contains 143 records (all subject data
demograhics, therefore 143 subjects, this record total will never change and
as such the indexing does not allow duplicates).
The subject records have data fields in the table called Passive, Unreviewed
etc...(all number fields to collect numerical totals).
These are the fields that need to have the derived totals, from the count
queries, updated.
The count queries pull the totals of particular records into a field called
eg. CountOfPassives, and I want to update the Passives total in the final
table (DMTrack).
Please help if you understand the issue.
I have a few separate queries that count the number of data records from a
listing after they filter out for a particular type of data (Passive,
Unreviewed, etc...).
These counts now need to update into fields in another table (DMTrack).
My count queries work fine, but I'm having a problem trying to update the
final table.
The final table (DMTrack) contains 143 records (all subject data
demograhics, therefore 143 subjects, this record total will never change and
as such the indexing does not allow duplicates).
The subject records have data fields in the table called Passive, Unreviewed
etc...(all number fields to collect numerical totals).
These are the fields that need to have the derived totals, from the count
queries, updated.
The count queries pull the totals of particular records into a field called
eg. CountOfPassives, and I want to update the Passives total in the final
table (DMTrack).
Please help if you understand the issue.