J
John B
Hello,
with the following code associated to a button I open the form Order
DoCmd.OpenForm "Order", acFormAdd, , , , , Me.IDCustomer
It works fine, but it opens the form "Order" on an old order.
I would like that the form "Oder" open on new record, based on IDCustomer.
How may I do this?
Thanks and Regards
JohnB
with the following code associated to a button I open the form Order
DoCmd.OpenForm "Order", acFormAdd, , , , , Me.IDCustomer
It works fine, but it opens the form "Order" on an old order.
I would like that the form "Oder" open on new record, based on IDCustomer.
How may I do this?
Thanks and Regards
JohnB