Combo box value not selected when clicked. (1 Viewer)

Oludare

New member
Local time
Today, 22:07
Joined
Jan 28, 2021
Messages
24
Hello All,

I have couple of combo boxes on my form. On click they show the selected values, however they do not allow a value to be selected. Please help.
Am a SQL developer.

Regards
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 16:07
Joined
Feb 28, 2001
Messages
27,172
Are these combo boxes bound to an Access back end or an SQL back end? If SQL, which flavor of SQL? MySQL, SQL Server, ORACLE, something else?

And just to clarify further, what behavior do you see after that click that tells you a value wasn't selected? Display-related or VBA-related error? What is the specific failure symptom.
 

Oludare

New member
Local time
Today, 22:07
Joined
Jan 28, 2021
Messages
24
Hello The_Doc_Man,
These combo boxes are bound to a SQL Server. On click of the combo i see the available values but not able to select any. No error is displayed either. Am i suppose to write a code on Combo_Change_Event or Combo_Click_Event
Please help.

Regards
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 05:07
Joined
May 7, 2009
Messages
19,230
did you include the PK in your combobox?
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 22:07
Joined
Jul 9, 2003
Messages
16,280
Hello All,

I have couple of combo boxes on my form. On click they show the selected values, however they do not allow a value to be selected. Please help.
Am a SQL developer.

Your duplicate post has been deleted. Making multiple posts of the same question WILL get you in to trouble!
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 05:07
Joined
May 7, 2009
Messages
19,230
you should try adding, since it is bound.
there is no way SQL server will know which
record is being updated without the PK.
 

Oludare

New member
Local time
Today, 22:07
Joined
Jan 28, 2021
Messages
24
Hello Arnelgp
Sorry am not updating. Am selecting a value from a combo box. The value clicked on is not responding to click (not selected).
How do i fix this pls.
 

Users who are viewing this thread

Top Bottom