G
Guest
I have an event on a form. It allows the user to select an order by order
number. This combo box is tied to a query that lists all orders by order
number.
When the user selects the order number from the combo box a procedure in
afterupdate updates the form with the information for the customer.
The problem is that this also makes a whole new record for some reason. How
do you get the form to populate it's fields based on the selection without
making a new record? I want to simply pull up the existing, matching record
and modify it.
Thanks
number. This combo box is tied to a query that lists all orders by order
number.
When the user selects the order number from the combo box a procedure in
afterupdate updates the form with the information for the customer.
The problem is that this also makes a whole new record for some reason. How
do you get the form to populate it's fields based on the selection without
making a new record? I want to simply pull up the existing, matching record
and modify it.
Thanks