M
Memento
Hi all!
Alright, maybe this is easier than it seems to me... Scenario:
I have a orders table, and a bound products table, created onto a
form/subform. In an order I create, i can for example type in:
Amount Description Unitprice
Total
3 Hewlett Packard nx7200 laptops 100
300
15 Logitech Mouse USB ... 10
150
Pretty straightforward, right?
Normally one day these items should get delivered. Once delivered, I want to
be able to set the state of the order to "delivered".
Once an order has its state set to "delivered", I want to be able to create
from a single record above (3 laptops), 3 separate records in a
hardware-table (that contains more details about each laptop which I will
add). The same goes for the Mouses, which then would create 15 separate
records in the related hardware-table (i'll put in serial numbers afterwards).
Preferably this would go automatically... (I can put in a confirmation
dialog in between).
Any suggestions how to approach this?
Alright, maybe this is easier than it seems to me... Scenario:
I have a orders table, and a bound products table, created onto a
form/subform. In an order I create, i can for example type in:
Amount Description Unitprice
Total
3 Hewlett Packard nx7200 laptops 100
300
15 Logitech Mouse USB ... 10
150
Pretty straightforward, right?
Normally one day these items should get delivered. Once delivered, I want to
be able to set the state of the order to "delivered".
Once an order has its state set to "delivered", I want to be able to create
from a single record above (3 laptops), 3 separate records in a
hardware-table (that contains more details about each laptop which I will
add). The same goes for the Mouses, which then would create 15 separate
records in the related hardware-table (i'll put in serial numbers afterwards).
Preferably this would go automatically... (I can put in a confirmation
dialog in between).
Any suggestions how to approach this?