Combo box auto expand problem when unbound to lookup field
Let's say I have a table called Persons that consists of two columns:
PersonID PersonName
-------- ------------
1 John
2 Mary
...
399 Ray
400 Sally
Furthermore, let us assume that PersonID is...