K
kjeckell
I have a DB that consists of 3 tables The One Table holds box specific
information and the many table holds file specific information. I want
to be able, in a form, to change the status of a box and that to
cascade down to the files with that same box number. Layout:
BOXES:
BoxNum
Description
RequestedDate
ReqestedBy
Delivered
FILES:
BoxNum
Description
RequestedDate
RequestedBy
Delivered
I use this method because a file can be deliverd without the entire box
but the box obviously will contain all of the files. This is so that
when some one orders a box and another person orders a file from that
box I know that that particular file is not here (because the whole
box is gone). Please Help
information and the many table holds file specific information. I want
to be able, in a form, to change the status of a box and that to
cascade down to the files with that same box number. Layout:
BOXES:
BoxNum
Description
RequestedDate
ReqestedBy
Delivered
FILES:
BoxNum
Description
RequestedDate
RequestedBy
Delivered
I use this method because a file can be deliverd without the entire box
but the box obviously will contain all of the files. This is so that
when some one orders a box and another person orders a file from that
box I know that that particular file is not here (because the whole
box is gone). Please Help