Combobox in Continuous Form with Textbox

Joined
Jun 1, 2011
Messages
1
Reaction score
0
Hey All,

I'm working on a project and need 3 cascading comboboxes. I have that down, and I have the dissapearing comboboxes because of the requery in the form. I am using the textbox method, but it is returning the number that is bound to the column. I changed the table entries to be so they display the text, but the form is still showing numbers for each value.

Anyone know if there is a special formatting needed for textboxes, my comboboxes work fine.

Thanks,
 
Joined
Jul 20, 2011
Messages
16
Reaction score
0
Change the first Column Width of the Combobox to 0 like 0";1.5;0.5 for a three column combobox. In this case the bound column value is not displayed on the Text box but the second column value in the text box.
 

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

Top