potts
Registered User.
- Local time
- Today, 18:51
- Joined
- Jul 24, 2002
- Messages
- 87
I need help! I am trying to create a table that stores time-dependent information based on a look-up table.
For example, visit information is stored in a table called visits. Each visit has its own unique ID and contains the name of the visiting person, and the fee they were charged which is obtained from a fees lookup table. The problem is that if the fee changes for future visits, I need the visits table to retain all it's original information, i.e. the old fee for the previous visits.
Can any of you help me out??
For example, visit information is stored in a table called visits. Each visit has its own unique ID and contains the name of the visiting person, and the fee they were charged which is obtained from a fees lookup table. The problem is that if the fee changes for future visits, I need the visits table to retain all it's original information, i.e. the old fee for the previous visits.
Can any of you help me out??