Hi there,
I am wondering what would be best practise in the following circumstances:
I have a client benefits table that amongst over fields contains information about whether the client recieves a certain benefit (benefit recieved: yes/no), if yes then i need to show the benefit amount.
Now this amount will be the same for every client, but may change over time (the change will be the same for all clients).
The question is should this benefit amount be stored in a separate linked look up table; as a global variable (that can be changed when neccessary); or even within the client benefits table (by implementing a function to change each benefit value for all clients?)
Any advice would be appreciated,
Dan.
I am wondering what would be best practise in the following circumstances:
I have a client benefits table that amongst over fields contains information about whether the client recieves a certain benefit (benefit recieved: yes/no), if yes then i need to show the benefit amount.
Now this amount will be the same for every client, but may change over time (the change will be the same for all clients).
The question is should this benefit amount be stored in a separate linked look up table; as a global variable (that can be changed when neccessary); or even within the client benefits table (by implementing a function to change each benefit value for all clients?)
Any advice would be appreciated,
Dan.