E
ED007
I have two tables:
LOT_INFO - contains information on date produced, amount, and if released
for shipment.
INSPECTION_HISTORY - contains information on each inspection that the lot
goes through, liked to main table by LOT#
I have a form with a sub form. The main form alows entry for the data
associated with the lot and the sub form alows entry for each inspection.
A lot can have from one to an infinent nubmer of inspections, basically it
is inpected, reworked if required, inspected, reworked if required etc. The
sub table includes a field that indicates if the LOT must be reworked or not
for each inspection.
What I would like is to have the value of the filed in the main table, that
indicates if the lot can be shipped or not, be dependant on the value of the
field in the subtable that indicates if it must be reworked or not for the
LAST record corresponding to that LOT in the sub table.
Any help would be great.
LOT_INFO - contains information on date produced, amount, and if released
for shipment.
INSPECTION_HISTORY - contains information on each inspection that the lot
goes through, liked to main table by LOT#
I have a form with a sub form. The main form alows entry for the data
associated with the lot and the sub form alows entry for each inspection.
A lot can have from one to an infinent nubmer of inspections, basically it
is inpected, reworked if required, inspected, reworked if required etc. The
sub table includes a field that indicates if the LOT must be reworked or not
for each inspection.
What I would like is to have the value of the filed in the main table, that
indicates if the lot can be shipped or not, be dependant on the value of the
field in the subtable that indicates if it must be reworked or not for the
LAST record corresponding to that LOT in the sub table.
Any help would be great.