Thanks for trying to give me some help.

))
I use Access 2003.
I got several questions about this.
The report populates from an sql sentence, that gets an order number from a form, and gets item numbers and item names from a tabel that belongs to that order number.
I tried to alter so it took data from two tabels, ( inner join) but it just does not work.
In the other table, I have columns with boolean value, marked True to what kind of material the item is made of. Copper, Steel, Brass and so on.
The report, shall list of items sorted after the kind of material, and as a footage a special text for that kind of material.
The reports built in grouping possibility does not do the trick, it has only four group levels, (but it might be enough) but the text in the footage repeats several time so I can not use it..?
I also tried in the report, to make an textbox that gets data from a table, but I only gets errors. How do I do this?
I have end up with doing several reports, with a selective sql sentence for each material, and the according text is static.
Then I made a button that prints all reports linked.
I think that solution is not so neat, it's a lot of paper coming out from the printer.
best regards,
Websurfer.