T
Tami Lamz
Hello Everyone,
I am hoping someone could help me figure out the logic to a problem I have.
I need to track waste barrels and their destruction dates. The same waste
barrel number can be used multiple times. Each time it is used, I want to
record the destruction date (and this date must be saved, it cannot be
overwritten). I generated an autonumber in the waste barrel table for each
record. My problem is that I want the user to be able to enter the waste
barrel number (not the unique ID) into a work order form (they will know the
barrel number when they are entering the work order but will not know if the
barrel exists in the waste barrel table or not). The barrel number would be
stored in the work order table. The same barrel number could be entered
into multiple work orders but would be related to only one active waste
barrel. How do I allow the user to enter the barrel number in the work
order form and create a record in the waste barrel table if there is not an
active waste barrel record (active meaning that it does not have a
destruction date recorded)? I am stumped....
Thanks in advance for your help!
Tami
I am hoping someone could help me figure out the logic to a problem I have.
I need to track waste barrels and their destruction dates. The same waste
barrel number can be used multiple times. Each time it is used, I want to
record the destruction date (and this date must be saved, it cannot be
overwritten). I generated an autonumber in the waste barrel table for each
record. My problem is that I want the user to be able to enter the waste
barrel number (not the unique ID) into a work order form (they will know the
barrel number when they are entering the work order but will not know if the
barrel exists in the waste barrel table or not). The barrel number would be
stored in the work order table. The same barrel number could be entered
into multiple work orders but would be related to only one active waste
barrel. How do I allow the user to enter the barrel number in the work
order form and create a record in the waste barrel table if there is not an
active waste barrel record (active meaning that it does not have a
destruction date recorded)? I am stumped....
Thanks in advance for your help!
Tami