Update customer billing address

  • Thread starter Christopher Glaeser
  • Start date
C

Christopher Glaeser

I am implementing a simple invoice system in Access. When a customer has a
new billing address, what is a simple approach such that old invoices
already in the system with the old address retain the old address, and any
new invoices use the new address?

Best,
Christopher
 
P

PC Datasheet

TblCustomer
CustomerID
Name
BillingAddress

TblInvoice
InvoiceID
CustomerID
BillingAddress

Keep the BillingAddress in TblCustomer always current. When you create an
invoice record, record the customer's current billing address from TblCustomer
in TblInvoice. If a customer's billing address changes, previous invoices will
have the old address and new invoices will have tht new address.

Please take the time to look at my website and if you would ever like my help,
contact me at the address below.
 

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

Top