A
AHopper
I have a table "Orders" with a field "ShipmentNumber" and
a field "Completed". On a form "Packing" I have a command
button "Save Record" (the source for the "Packing" form is
a table "Packaged"). When the "Save Record" command button
is clicked I know how to count the number of cartons for
that shipment in the "Packaged" table and compare it to
the number of cartons ordered from the "Orders" table.
When the number of cartons packed equals the number of
cartons ordered,I want the field "Completed" of the record
with the "ShipmentNumber" currently being packaged, in
the "Orders" table to be changed to "Yes" (default is No).
Orders (Table)
ShipmentNumber Ordered Complete (default No)
1 10 Yes
Since the "Packing" form does not use the "Orders" table
as it's source, I do not understand how to change the
record in the background without the user having to do
anything.
Thanks in advance for your help
Allan
a field "Completed". On a form "Packing" I have a command
button "Save Record" (the source for the "Packing" form is
a table "Packaged"). When the "Save Record" command button
is clicked I know how to count the number of cartons for
that shipment in the "Packaged" table and compare it to
the number of cartons ordered from the "Orders" table.
When the number of cartons packed equals the number of
cartons ordered,I want the field "Completed" of the record
with the "ShipmentNumber" currently being packaged, in
the "Orders" table to be changed to "Yes" (default is No).
Orders (Table)
ShipmentNumber Ordered Complete (default No)
1 10 Yes
Since the "Packing" form does not use the "Orders" table
as it's source, I do not understand how to change the
record in the background without the user having to do
anything.
Thanks in advance for your help
Allan