> In the combo box wizard there are typically 3 options, the last one
> being to find a record based on the selction in the combo box.
> Nevertheless, sometimes when I try to add a combo box the third option
> is not present. What am I doing wrong? Thanks.
That option is only offered for bound forms.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Tyler - 31 Dec 2007 19:19 GMT
> > In the combo box wizard there are typically 3 options, the last one
> > being to find a record based on the selction in the combo box.
[quoted text clipped - 7 lines]
> Email (as appropriate) to...
> RBrandt at Hunter dot com
Thanks. How do I make a find box like that to a form that is not
bound?
Rick Brandt - 31 Dec 2007 19:51 GMT
> > > In the combo box wizard there are typically 3 options, the last
> > > one being to find a record based on the selction in the combo box.
[quoted text clipped - 10 lines]
> Thanks. How do I make a find box like that to a form that is not
> bound?
That option searches the Recordset that the form is bound to and then navigates
the form to the first record satisfying the search. If the form is not bound
then there are no records to search.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com