Answered
Update from array
I am trying to update multiple records in one table with
multiple values. I have a feeling that I am going in the wrong
direction with what I am working with but I have tried numerous
attempts. I am hoping you can help me. What I have is a column of
"Week Ending Dates" (all Sundays). These dates have to have a value
entered weekly in another column of "Earned" values. There is also
another column of "Percent Complete" values which needs to be
entered weekly. Problem that I am trying to solve is there is a
possiblily that these values may not be updated weekly for a number
of reasons. I would like to query the data table for the week prior
and update the value with that prior week value automatically every
Sunday evening. I haev been working with this code:
