i populated a list box in a form. i need to clear it when i press a command button. i used the following in the VB click () code for the button: Forms!sunform_frm!ListBox_lbx.Value = Null any ideas? ~rl
Thanks Al. I had to also add
me.sunform_frm.Form.ListBox_lbx.Value.RowSource = SQ
me.sunform_frm.Form.ListBox_lbx.Value.Requer
me.sunform_frm.Form.ListBox_lbx.Value = nul
Ric
----- Albert D. Kallal wrote: ----
Assuming your code in on a form, and the combo is on a sub-form, then th
format is