K
kealaz
I have a table [tblWHEREUSE] to handle my bill of materials. The table
structure is as follows.
tblWHEREUSE
PART_NO
USED_ON
QTY_USED
which describes something that could be potentially described below...
qty. 5 of part001 used on assy001
qty. 6 of part002 used on assy001
qty. 7 of part003 used on assy001
qty. 2 of part001 used on assy002
qty. 3 of part002 used on assy002
qty. 4 of part003 used on assy002
qty. 7 of part001 used on assy003
qty. 8 of part002 used on assy003
qty. 9 of part003 used on assy003
If I am no longer using part001 on assy002 (but it is still being used
elsewhere), what is the best way to remove this record?
I need this record to be deleted to match exactly on both PART_NO and USED_ON.
I have messed this up so bad, it almost isn't even worth mentioning what
I've tried. I have tried using a delete query with [Enter Part NO:] and
[Enter Used On:] and then trying to link this to a form. Really didn't work
and I'm not sure where I'm messing up.
So, I'm trying to take a step back and say, if I were starting from scratch
and here's what I need to accomplish.....
Any help on how to proceed from here would be greatly appreciated.
Thanks!
structure is as follows.
tblWHEREUSE
PART_NO
USED_ON
QTY_USED
which describes something that could be potentially described below...
qty. 5 of part001 used on assy001
qty. 6 of part002 used on assy001
qty. 7 of part003 used on assy001
qty. 2 of part001 used on assy002
qty. 3 of part002 used on assy002
qty. 4 of part003 used on assy002
qty. 7 of part001 used on assy003
qty. 8 of part002 used on assy003
qty. 9 of part003 used on assy003
If I am no longer using part001 on assy002 (but it is still being used
elsewhere), what is the best way to remove this record?
I need this record to be deleted to match exactly on both PART_NO and USED_ON.
I have messed this up so bad, it almost isn't even worth mentioning what
I've tried. I have tried using a delete query with [Enter Part NO:] and
[Enter Used On:] and then trying to link this to a form. Really didn't work
and I'm not sure where I'm messing up.
So, I'm trying to take a step back and say, if I were starting from scratch
and here's what I need to accomplish.....
Any help on how to proceed from here would be greatly appreciated.
Thanks!