you can convert the itemgroupcode to a string, and then set them equal to each other:
1. Go to Report Toolbar
2. Selection Formulas
3. Choose Record...
In the formula text box, select:
4. Expand the "Field Tree"
5. Find the "ITEMGROUPCODE" field in the corresponding table, double-click on it.
You should now see it in the text box, as {field_name}, eg, {ITEMGROUPCODE}.
6. Convert ToText and set equal to
ToText({ITEMGROUPCODE }) = {OBJECTCODE}
This is a very simple fix--but if you can't follow my instructions, please post where you are now, maybe we can walk through it..
Edited by c16271 - 13 May 2011 at 12:56pm