S
SC
I made a form, with a List box on it. I need to create a
button that, when clicked, takes a field from the list box
and stores it in another field currently on the form.
(When I made the box, I told the wizard to "remember that
value for later", (the value I want to store) if that
makes any difference) Unfortunately, I know no VB. Here's
the names for all this stuff:
Form:"Sponsor Child Assignment"
List Box: List22
Fields shown in list box are from query "Sponsors needing
Assignment"
Name of field (from query within the list box) that
contains the info I'm trying to store:"Sponsor Number"
Place I'm trying to store it is (on the form)
Textbox "Sponsor Number", which corresponds to
table "Child Sponsor Matchup" field "Sponsor Number".
Can anyone help me?
Thanks
button that, when clicked, takes a field from the list box
and stores it in another field currently on the form.
(When I made the box, I told the wizard to "remember that
value for later", (the value I want to store) if that
makes any difference) Unfortunately, I know no VB. Here's
the names for all this stuff:
Form:"Sponsor Child Assignment"
List Box: List22
Fields shown in list box are from query "Sponsors needing
Assignment"
Name of field (from query within the list box) that
contains the info I'm trying to store:"Sponsor Number"
Place I'm trying to store it is (on the form)
Textbox "Sponsor Number", which corresponds to
table "Child Sponsor Matchup" field "Sponsor Number".
Can anyone help me?
Thanks