ray_charles
Registered User.
- Local time
- Today, 18:13
- Joined
- Aug 5, 2002
- Messages
- 18
Ok. I have been searching/reading for the last hour and have not found what I am looking for. Hence this question 
I am entering a Persons Name on the fly in a combo box, and,
use the notonlist VB code to open a new People Form, Add the
new name, and then pass a formatted name field back to the
calling combo box. Everything is working fine. I call a different
Add form each time, and set values on the combo boxs
explicitely naming the form and combo box control and setting the value.
But . . . to be more efficient, I think it would be better to have
ONE and only One Add form, then return a output parameter
that any calling combo box control on any form could read?
I know how to pass a opening argument to a form, but, how
in the world do I RETURN a output argument/parameter back
to the calling combo box control?????????
Ahhhhhhhhhh ! ! ! !
Thanx in advance . . . . ray . . . .

I am entering a Persons Name on the fly in a combo box, and,
use the notonlist VB code to open a new People Form, Add the
new name, and then pass a formatted name field back to the
calling combo box. Everything is working fine. I call a different
Add form each time, and set values on the combo boxs
explicitely naming the form and combo box control and setting the value.
But . . . to be more efficient, I think it would be better to have
ONE and only One Add form, then return a output parameter
that any calling combo box control on any form could read?
I know how to pass a opening argument to a form, but, how
in the world do I RETURN a output argument/parameter back
to the calling combo box control?????????
Ahhhhhhhhhh ! ! ! !
Thanx in advance . . . . ray . . . .