First of all, we're not looking for help splitting our oversized 149 field table apart. We tried that, couldn't get our heads around it, and the people who teach Access at the local college couldn't figure it out either. So we're unfortunately stuck with an oversized single table rather than having several smaller, more on topic tables.
We now need to add a few more points of data to our database. When we try to add a new field in design view, we get "Error 3190 - too many fields." According to the help file, this specifically it thinks we're trying to make a table with more than 255 fields (which is an understandable limit; Microsoft was a bit frugal with how they designed the format, so there's a maximum number of fields, and 255 should be more than anyone could reasonably expect to use). The problem is, if you actually count them, there are only 149 fields in the table. Most computers are sufficiently good at math to realize that 149+1=150, not 256.
Does anyone have any idea what could cause this discrepancy?