E
EddWood
I have a form [frmInvoice] with a subform [frmInvoiceLineItems]
On frmInvoice there is a combo box for users to update the status of the
order. If a user selects 3 items from a order consisting of 6 items, we
require them to update the status to 'Part Dispatched (ID2) and if all items
have been dispatched to update the status to 'Completed' (ID3)
My concern is that the users might not update the status before they close
the form. So am looking to see how I can update this status by code rather
than relying on the users to remember to do this.
My frmInvoiceLineItems has a checkbox for items that are marked as
dispatched, but am unsure of how to go about this, so any suggestions would
be welcome
Thanks
(Access 2007 FE with SQL2005 BE)
On frmInvoice there is a combo box for users to update the status of the
order. If a user selects 3 items from a order consisting of 6 items, we
require them to update the status to 'Part Dispatched (ID2) and if all items
have been dispatched to update the status to 'Completed' (ID3)
My concern is that the users might not update the status before they close
the form. So am looking to see how I can update this status by code rather
than relying on the users to remember to do this.
My frmInvoiceLineItems has a checkbox for items that are marked as
dispatched, but am unsure of how to go about this, so any suggestions would
be welcome
Thanks
(Access 2007 FE with SQL2005 BE)