Update/Solution
The update query will only work for the bound value in the list. My list had several different columns, but the bound value was set to 1, which is the first column, "style #", which is why style number worked and nothing else did. I changed the bound value to 5, the column of my autonumber, and it worked.
|