Okay, I have an easy question.
If I have a relatively simple database with only 4-5 items that need to be looked up for combo boxes, can I put all the "look-up items" in one table?
For example, if I'm selling tires, tubes & rims, can I create a main lookup table with 4 columns:
ID Tires Tubes Rims
1 XRGa UV1 RS23
2 XRGb UV2 RS30
3 XRTc UZ1 RT12
etc etc
Do I need to put individual lookup items in separate lookup tables? Just curious.
If I have a relatively simple database with only 4-5 items that need to be looked up for combo boxes, can I put all the "look-up items" in one table?
For example, if I'm selling tires, tubes & rims, can I create a main lookup table with 4 columns:
ID Tires Tubes Rims
1 XRGa UV1 RS23
2 XRGb UV2 RS30
3 XRTc UZ1 RT12
etc etc
Do I need to put individual lookup items in separate lookup tables? Just curious.