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]
 

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