combo box affects textboxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My form is based on a query. The form works as long as every control is a
textbox. When I convert the first box to a combo box bounded to the "name"
field of the query the following textboxes will not accept text.
 
My form is based on a query. The form works as long as every control is a
textbox. When I convert the first box to a combo box bounded to the "name"
field of the query the following textboxes will not accept text.

"will not accept"? Do you get an error message? If so what?

What's the Recordsource of the form (post the SQL view)? What's the
Control Source and Rowsource of the combo box? Do you have any Lookup
Fields defined in your table?

John W. Vinson[MVP]
 
Back
Top