C
Con Giacomini
My form enters work order data into a Work Order table. This data includes
delivery information that must be entered into a Delivery table.
A command button on the data entry form sets the required delivery data into
the Delivery table using a SetValue macro. The macro works correctly, but
each new field that is added replaces the prior value in the Delivery table,
leaving only a single record in the table.
Any advice would be appreciated.
delivery information that must be entered into a Delivery table.
A command button on the data entry form sets the required delivery data into
the Delivery table using a SetValue macro. The macro works correctly, but
each new field that is added replaces the prior value in the Delivery table,
leaving only a single record in the table.
Any advice would be appreciated.