I have a list of patients, each of which can have multiple insurance plans. When looking at the list of patients, I want the ability to call the form to create a new insurance policy for the patients.
The member form calls the insurance form, moves to a new record. I'd like that new record to contain the member's name (or member number) from the first form.
This has got to be a common problem from order entry systems: you move from a customer form to a new order for the customer. How does the customer number get passed from the customer form to the order form?
thanks
Dante
The member form calls the insurance form, moves to a new record. I'd like that new record to contain the member's name (or member number) from the first form.
This has got to be a common problem from order entry systems: you move from a customer form to a new order for the customer. How does the customer number get passed from the customer form to the order form?
thanks
Dante
Comment