Hi Guys,
I have a big issue I'm not sure on:
1. I have a combo box in my "NewOrder" form that I use to select a customer for the order. I'd like to have a button that would open my NewCustomer form if a new customer was needed.. I can do that.... but how to I make it so that the new customer I entered in that instance appears selected in my combo box??
The real issue is makeing results or entrances in "popup" forms show on the main form.
2. In addition, is there any way that I can change an atttribute of an order and have that attribute applied automatically to each of the LineItems? (For instance If I had two service contracts on one order, the order and both contracts are ACTIVE. If I were to change the order to INACTIVE, is there any way to put somthing in the AfterUpdate event of that field that updates the same fields in the LineItems table.. without having those fields actually on the form)??
Really stuck... any help would be greatly appreciated.
I have a big issue I'm not sure on:
1. I have a combo box in my "NewOrder" form that I use to select a customer for the order. I'd like to have a button that would open my NewCustomer form if a new customer was needed.. I can do that.... but how to I make it so that the new customer I entered in that instance appears selected in my combo box??
The real issue is makeing results or entrances in "popup" forms show on the main form.
2. In addition, is there any way that I can change an atttribute of an order and have that attribute applied automatically to each of the LineItems? (For instance If I had two service contracts on one order, the order and both contracts are ACTIVE. If I were to change the order to INACTIVE, is there any way to put somthing in the AfterUpdate event of that field that updates the same fields in the LineItems table.. without having those fields actually on the form)??
Really stuck... any help would be greatly appreciated.
Last edited: