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.
 
Back
Top