P
Paula
I am trying to use an update query to set values in a table, based on values listed in a report. The report is based on a query that asks the user to enter a state. Once the state is entered the report is produced. On close, I call an update query to update a field called "viewed" to Yes, based on the results of the report. My update query partially works, but it only updates the first record showing in the report. How can I make sure that all of the records of the report are updated (select all)?