As I have progressed with a project I am working on, I've discovered that I have accumulated quite a few Look Up tables. My question is, and it really from the perspective of doing Look Ups & query's against, does it make sense to have an array of many Look Up tables or could my application be just as efficient having one, but with many columns of different data groups. In most instances, I don't have a Look Up table that's over 25 lines of data in it anyways..... It just seems like it would be a little easier having everything in one place. I don't see any issues on the surface but was wondering if anyone had tried this before and what were found to be the downsides if any...
Thanks..Toga
Thanks..Toga