I'm working on creating a view (or table if a view isn't possible) based partly on the structured content of a table and partly on the dynamic structure in records in another table. The tables look like this:
Table A: ID, Name, Address, City, State, ZipCode
Table B: ID, Name, Value
Table A...