I’m gonna use generic names for the objects to show you how this technique works, replace “table1” for the name of your table and change the field names etc. to reflect your current DB.
Create a table called “table1” with the following fields:
Name(text)
Price(currency)
Gross(currency)...