list box on forms

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm trying to create a form to enter data from a customer
survey. I've created a list box and entered my three
choices: same as expected, better than expected, and
worse than expected. All three choices show up in the
box on the form.
However, when I select one particular item (any of the
three), it selects that same item for every single
record. I've never created a database from a form, and
would like to enter the data correctly.
Any help is appreciated.
Mike.
 
Sounds like you probably don't have your list box "bound"
to a field in your table. So you choose from the list, it
shows up but is not attached to a specific record and will
therefore just sit there and will appear on every record.
Use Help and do a search for "bound list boxes".

Pete.
 
Back
Top