List Box not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list box, on a form, it won't let me click on any of the list in the
box.
It tells me that it is bound to unknown field.
This is not the only list box on the form I am using. I only have about 2
boxes that I can't type or do anything with.
Oh, do I bind them or get them working?
 
standtall said:
I have a list box, on a form, it won't let me click on any of the
list in the box.
It tells me that it is bound to unknown field.
This is not the only list box on the form I am using. I only have
about 2 boxes that I can't type or do anything with.
Oh, do I bind them or get them working?

What do you have as the ControlSource property of the ListBox? For an unbound
ListBox this should be blank. For a bound one it should be set to the name of a
field in the form's RecordSource.
 

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

Back
Top