Combo Box binding (1 Viewer)

Liam2485

New member
Local time
Today, 12:57
Joined
Jan 19, 2018
Messages
1
Hello Access World,

I am trying to save the value of "Column2" (which is text) of a Combo Box to a table but I am having issues. The Combo Box has two columns to allow me to update another Combo Box dynamically. "Column1" is the ID (Primary key) of my selections (I have hidden this column by setting the Column Width as "0cm"). I cannot Bind Column 2 on the Combo Box property because this will affect my other Combo Box which updates dynamically.

Thank you for the support.
 

jdraw

Super Moderator
Staff member
Local time
Today, 08:57
Joined
Jan 23, 2006
Messages
15,364
Review some of the posts in the threads listed in Similar Threads at the bottom of this page. There may be solutions or positive advice within.
Good luck.
 

theDBguy

I’m here to help
Staff member
Local time
Today, 05:57
Joined
Oct 29, 2018
Messages
21,358
Hi. Normally, you would want to store the ID in the table instead of the text, so you would typically bind the combo to the first column. Why do you want to store the text value to the table?
 

Users who are viewing this thread

Top Bottom