I used the following command to open a table and go to a specific record:
DoCmd.OpenTable "Donation Times"
Docmd.GoToRecord acDataTable, "Donation Times", acGoTo, 10
This works fine, but now that I am at the correct record, I want to change one of the fields. I tried the following, but I get...