Hello I am having a bit of trouble trying to decide what value to store in my primary table.
I am writing a property database.
So for example I have two tables: Client and Property
I understand that I will want to store Client_ID in my Property table setting up a one to many relationship.
If however I want to store the clients title using my support table (as below), would I store Mrs or 3.
Client_ID: Value:
1 Mr
2 Ms
3 Mrs
If the answer is I should store the ID, is it ever appropriate to store the value rather than the id number.
The more I read the more confused I am getting!
I also read that it is bad practice to have a lookup set at table level - although on MS Access templates many of their examples do just this.
Help and guidance very much appreciated.
Thanks Mark
I am writing a property database.
So for example I have two tables: Client and Property
I understand that I will want to store Client_ID in my Property table setting up a one to many relationship.
If however I want to store the clients title using my support table (as below), would I store Mrs or 3.
Client_ID: Value:
1 Mr
2 Ms
3 Mrs
If the answer is I should store the ID, is it ever appropriate to store the value rather than the id number.
The more I read the more confused I am getting!
I also read that it is bad practice to have a lookup set at table level - although on MS Access templates many of their examples do just this.
Help and guidance very much appreciated.
Thanks Mark