filling a list box from a table

  • Thread starter Thread starter mlarsen1982
  • Start date Start date
M

mlarsen1982

Hello, I have a quick question regarding filling a list box.
Basically I need some assistance for a starting point. I have a form
with 4 radio buttons for the user to select, then press next.
Depending on the radio button clicked, there are different customer
numbers listed in the following forms list box. how might I go about
starting something like that in the form_load function? the table
that houses the data I want to be listed is SQL.
 
Back
Top