Hey y'all. I was hoping someone could help me figure out a problem I've been working on. This model is intended to clip a layer with parcels by the boundary of a selected section of the clip layer. After this, it is meant to create a table which then has summary statistics run on it to gather the total acreage by owner. After the acreage is gathered, it passes to another summary statistics tool to get the grand total of all the acreages for use as a variable. It also passes to an add field tool to add the percentage field for calculating percentage of ownership by acreage. After the field is added and the variable is created, they are passed into a calculate field tool to generate the final percentage ((!SUM_%Acreage%! / %totalacreage%) * 100). The issue that I am having is that it is refusing to acknowledge that the acreage field exists after it passes to the very first summary statistics tool. It finds the field just fine when I am inputting the parameters in the “open tool” option. But when I try to run the tool, it tells me the very same input I chose before I ran the tool does not exist. Can anyone tell me why that may be? I have also removed all the other commands and ran the tool to see what it outputs before the spatial statistics are run on the tool, and it outputs the table correctly, so I am at a complete loss. Also, all the random export table commands are just there for troubleshooting.