Hmm...btw, nice word, pendantic.
So then maybe I dont know what I am looking for. Here is what I am trying to do: I want to have one table contain a list of field options for another table.
For example: (and this is truely what I am working towards) I would like to have a table with user permission levels (customer, employee, manager, admin, ect). Another table, which holds specific user information has a field something like "user permission level" that references the first table. Then, when I am filling out an insert into my database I can select from a dropdown what I want the new user permissions to be.
I can do all the php to make this work, its the mysql that I am not familiar with. Is "foreign keys" what I am looking for?