I have an address entity that has fields address1, address2, city, state, zipcode. I want to use the fields from the address entity for forms in other entities. I have searched online for a solution, but can only find solutions about copying data from one entity to another. I would think with SQL Server as the engine, that I could create some type foreign key relationship.
Our CRM instance is hosted in the cloud, not on-premise.