ProgramError
Programmer
I haven't yet created the table(s) yet. I have two fields one make the other model and I wish to put them in table(s) in a normalized fashion.
Should I...
have three tables, one with model, one with make and the other with look up feild to the model and make tables
or
have two tables one with model and lookup field to a make table.
or is there another way I should be doing this?
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.
Should I...
have three tables, one with model, one with make and the other with look up feild to the model and make tables
or
have two tables one with model and lookup field to a make table.
or is there another way I should be doing this?
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.