setting number of lines in List-box -->LookUp-->Table/Query drop-down list

  • Thread starter Thread starter aa
  • Start date Start date
A

aa

In Accsess-2000 when setting List-box -->LookUp-->Table/Query I remember
there was a parameter setting number of lines in the relevant drop-down list

I cannot find it now. Where should I look for it?
 
aa said:
In Accsess-2000 when setting List-box -->LookUp-->Table/Query I
remember there was a parameter setting number of lines in the
relevant drop-down list

I cannot find it now. Where should I look for it?

A ListBox (which does not "drop down") has a height property that determines how
many rows are visible without scrolling.

A ComboBox (which does drop down) has a ListRows property that controls how many
rows are shown when you drop down the list.
 

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