Combobox "Find a record" missing

  • Thread starter Thread starter Robin Chapple
  • Start date Start date
R

Robin Chapple

My combobox wizard has lost the third option:

"Find a record"

At the same time the toolbar icons are displayed differently. This is
not important but may assist in the diagnosis.

Thanks,

Robin Chapple
 
My combobox wizard has lost the third option:

"Find a record"

At the same time the toolbar icons are displayed differently. This is
not important but may assist in the diagnosis.

Thanks,

Robin Chapple

This is a common question.
Your form is unbound.
That third option is not available if the form does not have a
recordset. How can the combo box know what record to find if it
doesn't know what table or a query to find it in?
Add a recordset to the form. Then make the combo box again using the
wizard. The third option will be there.
 
Back
Top