Situation: Creating Scheduling Labels of manufacturing operations for jobs. Some of the data is different for different operations. In one case we want to put Item# of the board material that will be used (only one board per job), and there are multiple/different materials from inventory ALLOCated to the job. Fields:
JOB_NO - key field for relating
ITEM_NO - Identifies the inventory item
MTL_TYP - Identifies material category, in our case we want the "BRD".
I tried:
Field: ITEM_NO
Table: [ALLOC]
Criteria: [ALLOC]![MTL_TYP] = "BRD"
It didn't work. Luckily (or maybe not - the technique for this may resolve a followup question) we don't need to identify different materials for different operations.
JOB_NO - key field for relating
ITEM_NO - Identifies the inventory item
MTL_TYP - Identifies material category, in our case we want the "BRD".
I tried:
Field: ITEM_NO
Table: [ALLOC]
Criteria: [ALLOC]![MTL_TYP] = "BRD"
It didn't work. Luckily (or maybe not - the technique for this may resolve a followup question) we don't need to identify different materials for different operations.