DummyForAccess
Technical User
Argh, Long ago in a past lifetime I worked with someone who used an algorithm to store "true" values while looping through error-checking code. At the end of looping through each record, a total number for that record identified which errors the record had. If I remember right, we used a table that had numbers that added up, and I think they were something like prime (?) numbers? --if you used 1,2,3 etc it wouldn't work, they wouldn't add up to numbers that would tie back to the individual errors. Can anyone offer assistance, at least tell me what numbers would make sense and where I could get them? This was such a practical way to create code and efficient way to design the whole thing. Any help will be appreciated. Thanks!!