Advice

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I was wondering what the best way to set up the following scenario.

When a person has moves home, his new address is entered and the current
address should be marked as old address.

So is the best way to set this up?

?s it better to transfer the address details into a previous address table
or to have all addresses in the same table and marked as previous/current
address.
 
Same Table.

A Field indicating whether it is the current address or not is fine.
Alternatively, you can use the "EffectiveFrom" date field and use the
address with the latest effective date as the current address.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top