R
richard
I have two tables Batches and Sample Details, The Batch Number is the primary
key in batches and also a field in Sample Details
Currently in Sample Details the Batch Number is selected using a combo box,
however to prevent human error there is a need to have the field filled
automatically and all subsequent samples allocated with that batch number.
My thoughts are to have a command button within the Batch form which states
"enter samples for this batch", which will open a form where the batch number
will be fixed until another command button within the Sample Details form is
clicked which states "Batch Complete"
Thoughts and help please
key in batches and also a field in Sample Details
Currently in Sample Details the Batch Number is selected using a combo box,
however to prevent human error there is a need to have the field filled
automatically and all subsequent samples allocated with that batch number.
My thoughts are to have a command button within the Batch form which states
"enter samples for this batch", which will open a form where the batch number
will be fixed until another command button within the Sample Details form is
clicked which states "Batch Complete"
Thoughts and help please