Combo Box and Forms?

dgmorr

Registered User.
Local time
Today, 13:47
Joined
Jan 10, 2007
Messages
71
Hey guys,

I have a field in my table that displays as a Combo Box with it's values coming from a defined value list. When I display this box in a columnar style form, the drop down works, but when you select something, it still shows a blank box. The data is actually written to the table, but it does not show in the combo box. Am I missing some setting?
 
:p

Think it has to do with the widths of the columns or maybe the bound column

The likely scenario is as Ray suggests -

These properties should be set:
1. Number of Columns - 2 instead of 1
2. Column Widths, if number of columns is greater than one should the widths should be something like 0";1" if the id column is the first column and the description the second.

If you have only one column and the width is set to 0" that can also make it not show up.
 

Users who are viewing this thread

Back
Top Bottom