herbivorous
Technical User
I just wrote a function that takes the primary key/autonumber field and from it combines fields in a text string. But I noticed some errors and eventually looked at my source table -- about 16 months ago there is a big jump in the autonumber field, and this function call works on all records prior to the jump and none after. There seems to be some sort of indexing or reference problem for all records after. If I generate the autonumber anew, the function works fine, so clearly the problem is in that field. I don't want to have to renumber all of my linked tables, though, and so hold out hope that somebody can tell me how to smack some sense into this freaking ID field.