I use this code to select one item from the list box to enter into text box in my ms access form.
on click event I insert this code.
list10.value=text10.value
text10.setfocus
list10.visible.false
this code is working fine. how can i use this code to to select item form subform instead of list box.
on click event I insert this code.
list10.value=text10.value
text10.setfocus
list10.visible.false
this code is working fine. how can i use this code to to select item form subform instead of list box.