N
niuginikiwi
I have a Sales Order Request processing application in a FE/BE environment.
It has a main form and a subform.
We receive Order to supply proucts each day. We make up the products and
tick a checkbox when that orderline is completed.
However, we dont tick every order line because we can not fullfil all orders
so we delete them.
BUT instead of deleting them, i'd like to export them to a table which can
get appended everytime we have an order that we can not supply for every
order line.
Ideally i'd like this table to be in another db because i don't want to clog
up the size of the production db with some history data.
I'd like to have a button on the main form called btnCloseOrder which when
clicked exports all the order lines not completed to a table and adds them on
if there is already existing records, then deleted those incomplete orders.
Can I please get some pointers on how to do that please?
It has a main form and a subform.
We receive Order to supply proucts each day. We make up the products and
tick a checkbox when that orderline is completed.
However, we dont tick every order line because we can not fullfil all orders
so we delete them.
BUT instead of deleting them, i'd like to export them to a table which can
get appended everytime we have an order that we can not supply for every
order line.
Ideally i'd like this table to be in another db because i don't want to clog
up the size of the production db with some history data.
I'd like to have a button on the main form called btnCloseOrder which when
clicked exports all the order lines not completed to a table and adds them on
if there is already existing records, then deleted those incomplete orders.
Can I please get some pointers on how to do that please?