Formulation Sheet Report Format Question

Kozbot

Registered User.
Local time
Today, 11:50
Joined
Jan 16, 2013
Messages
110
Hello,

The formulations for my company's products are contained in individual word documents. I want to enter this data into an Access DB and recreate the format of the formulation sheet as much as possible.

Each product has multiple raw material ingredients that each can have multiple options for that ingredient. Examples are attached. A product can have up to 8 ingredients and each ingredient can have have to 4-5 different options (from alternate suppliers, equivalent raw materials)

Is it possible to make an Access report look like one of the attached? The product information has a one to many relationship with the % formulation lines, which have a one to many relationship with the raw material options for that %.

Thank you!
 

Attachments

  • Formulation Sheet Example 1.png
    Formulation Sheet Example 1.png
    26.7 KB · Views: 215
  • Formulation Sheet Example 2.png
    Formulation Sheet Example 2.png
    30.6 KB · Views: 158
dont you worry, Access can handle that.
 
Yes it's certainly possible to create reports that look like that providing you use suitable queries for the data structure needed in each case
 
you don't need a subreport.
create an Aggregate (Total) query
as the Record source for the report.
the list of suppliers, we can use
the function ConcatRelated() (Mr.A.Browne).
 
Hello,

I have gotten to the format attached. It is almost what I want.

How do I get the raw material options to go horizontally across the page?

Thank you!
 

Attachments

  • FormulationReportExample1 (1).png
    FormulationReportExample1 (1).png
    17.9 KB · Views: 147
Is the row source from aggregate query?
 

Users who are viewing this thread

Back
Top Bottom