Hi all,
I have 2 seperate tables, table1 and table2. These are linked by a unique id number in table2, this is table2's key field. Table1 has no unique fields and therefore no key field.
Table1 holds a list of items and Table2 holds the material that those items will be cut from. Not all items in Table1 have been assigned a material id yet. This is were my problem lies, I need to make sure that the thickness of material if the same as the thickness of item to be cut out of it when the item is assigned a particular material id.
There are many pieces of material the same thickness and many items of the same thickness and the only unique field in either table is the materialid in Table2.
Can anyone help me on this?
Thanks,
Woody.
I have 2 seperate tables, table1 and table2. These are linked by a unique id number in table2, this is table2's key field. Table1 has no unique fields and therefore no key field.
Table1 holds a list of items and Table2 holds the material that those items will be cut from. Not all items in Table1 have been assigned a material id yet. This is were my problem lies, I need to make sure that the thickness of material if the same as the thickness of item to be cut out of it when the item is assigned a particular material id.
There are many pieces of material the same thickness and many items of the same thickness and the only unique field in either table is the materialid in Table2.
Can anyone help me on this?
Thanks,
Woody.