Setting up Tables in a Dynamic Page- SOLVED!

I have a dynamic page with a slideshow, and I want one of the slides to have a table with text that pulls from my database. Currently, within the database, each row is a different product. This table would have information for one product at a time, as you cycle through the dynamic pages.

How do I input the information in my database to build the table? Right now all the info just sits in one cell when I link a table to the database.
#dynamicpage #table code #database


UPDATE: This issue was solved by creating a new database with all the table info, and linking it to the old one, with the link being shared text within columns between the two databases.