I want to create a customer record. Each customer should have an ID number and whenever I add an item to the customer (example: address and phone number) I want to make sure that the address and phone number are added to that customer's ID number. That way, whenever an employee looks up the customer they can see everything about them (Address, phone, etc..).
How can I do this? Thanks.
