Hello!
I'm pretty new to database management software, but I'm trying to build a database for the foundation I'm working for. It needs to track a lot of different pieces of information, and I feel a little in over my head. I've watched a few strings of tutorials, but I haven't quite found the answers I need yet.
Our foundation facilitates the placements of specially-trained dogs with professional handlers who work for different agencies all over the country.
I was wondering what's the best way to split up common fields of information we'll need among these different groups of people. For example, handlers can have work phones and mobiles and agencies will also have phone numbers. A handler will have a home address and a work address that we'll need to store. An agency will also have their own address. In situations like these, do I try to put all the addresses that belong to handlers AND agencies in a table called tbl1Addresses? Or is it better to make tables called tbl1HandlerAddresses and tbl1AgencyAddresses?
Thanks for the help!