List Box

D

Douglas Voltin

Can anyone tell me how I can programmically tell my list box in a form to
insert values into a table?

Thank you
Doug
 
L

Larry Linson

"Douglas Voltin" wrote
Can anyone tell me how I can
programmically tell my list box in a form to
insert values into a table?

If you want something other than the List Box being bound to a Field in the
Form's Record Source, please clarify.

If it is bound, the currently-selected value will be saved to that Field,
automatically, when the user explicitly saves, when you move to another
Record, when you move from a main Form into a Subform Control, or when you
close the Form.

Larry Linson
Microsoft Access MVP
 
Top