a table that acts as a “master list” of items, and is used to store values in exchange for their identifiers (like the id column) and then synchronize with columns from other tables through foreign ...
I'm trying to convert what was a Select Case to a Lookup Table. The Select Case was roughly 60K lines, so 30K of lookups (Int32, String). The problem is the editor is DAMNED SLOW. Every time I make an ...