list box on forms

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.
 
P

Pete

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top