E
E
I have a document that we use to document medications. What I would like to
do ,is create a list box with the medications, then when the user double
clicks the list box the name of the medication populates another control in a
list.
I'm able to populate the list box and i nderstand how to assign the value of
the listbox to another control when double clicked. What I don't know is the
right control to assign the values to. I'd like to avoid using 23 (number of
meds) different text boxes and checking to see if they are null before
assigning a new value.
I hope this makes sense. Thanks for your help.
do ,is create a list box with the medications, then when the user double
clicks the list box the name of the medication populates another control in a
list.
I'm able to populate the list box and i nderstand how to assign the value of
the listbox to another control when double clicked. What I don't know is the
right control to assign the values to. I'd like to avoid using 23 (number of
meds) different text boxes and checking to see if they are null before
assigning a new value.
I hope this makes sense. Thanks for your help.