D
dsc2bjn
I have created a database which contains individual records. I have created
3 queries to get a record count for three populated fields within the table
(1. Total record count for each Office; 2. Number of records which have been
completed; 3) number of records remaining open).
I wish to store those count values in a new table in order to keep a history
of progress.
I created an update query and told it to update the coresponding values in
the "history" table with the value from each query; however, I get a message
saying the data must come from an editable query.
Any suggestions would be greatly appreciated.
3 queries to get a record count for three populated fields within the table
(1. Total record count for each Office; 2. Number of records which have been
completed; 3) number of records remaining open).
I wish to store those count values in a new table in order to keep a history
of progress.
I created an update query and told it to update the coresponding values in
the "history" table with the value from each query; however, I get a message
saying the data must come from an editable query.
Any suggestions would be greatly appreciated.