Howdy all. I have a developer proposing a DB schema that has 4 different tables containing address columns (Vendors, Service Provider, Locations, Payment Address). Each of these has Address1 and Address2. It seems to me that it would be better to have 1 address table, with a flag for which address type it was. That way I could keep all address' together, and eliminate Address2 at the same time. Would you agree?