Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo Box Edit

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'm having a problem fixing an Access database application. When the user attempts to edit a combo box entry, upon typing the first character, they get yelled at with a Parameter value form. The client wants it removed. Does anyone know how to suspend this in the code module? I've tried going into the combo box's Not InList  module, but, have been unsuccessful, thus far.
 
Sounds like a field name in the table has changed or a field name in the query has changed. This results in the combobox not being bound to a valid field name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top