A family of Microsoft relational database management systems designed for ease of use.
It sounds like you are using multiple fields to store multiple products - That is wrong table structure for a Relational Database.
You should have a related table for the multiple products and use form/subform for data entry and display. In a report use subreports.