I am trying to take a value from an unbound text box on a form and store it in a table. I tried to do this with the SetValue macro, but I can't make it work. When I try to run the macro, I get an error message saying that the database couldn't find the table that I used in the expression. I am using the expression builder to create the syntax for accessing the field in the table and I don't see any problems with the syntax: [Test Procedure Information Table]![Overall Result]<br><br>I want to be able to set the value for the field "Overall Result" in the "Test Procedure Information Table." Can anyone tell me how to set this value using the SetValue macro?