Problem having Combo Box Show Desired Field

J

Jim Moore

In Acess2000XP, I have a form with a number of Combo Boxes. One of these
will not show only the second of two fields.
Properties:
DATA
Row Source: SELECT TaskSubGroup.ID, TaskSubGroup.[Task Subgroup] FROM
TaskSubGroup ORDER BY TaskSubGroup.[Task Subgroup];

Bound Column: 1

FORMAT:
Column Count: 2
Column Width: 0";1"

The Column Width I have show is what I tried, but when you click on the
combo box, a single column and row empty box comes up. If I use a width
greater than 0, the pull down works, but after making the selection the
first field is displayed in the box. Five other combo boxes work properly.

Any ideas about what I am doing wrong?
Jim Moore
 
J

Jeff Boyce

Jim

Any chance there are blanks in the underlying table?

Jeff Boyce
<Access MVP>
 
J

Jim Moore

I assume that you mean blank records and not blanks in the text string.
There are no records with a blank field in the underlying table.
Jim Moore

Jeff Boyce said:
Jim

Any chance there are blanks in the underlying table?

Jeff Boyce
<Access MVP>

Jim Moore said:
In Acess2000XP, I have a form with a number of Combo Boxes. One of these
will not show only the second of two fields.
Properties:
DATA
Row Source: SELECT TaskSubGroup.ID, TaskSubGroup.[Task Subgroup] FROM
TaskSubGroup ORDER BY TaskSubGroup.[Task Subgroup];

Bound Column: 1

FORMAT:
Column Count: 2
Column Width: 0";1"

The Column Width I have show is what I tried, but when you click on the
combo box, a single column and row empty box comes up. If I use a width
greater than 0, the pull down works, but after making the selection the
first field is displayed in the box. Five other combo boxes work properly.

Any ideas about what I am doing wrong?
Jim Moore
 
J

Jeff Boyce

I meant blank values in the field [Task SubGroup]. What happens when you
just run the query by itself, not using it to load the combo box?

--
Good luck

Jeff Boyce
<Access MVP>

Jim Moore said:
I assume that you mean blank records and not blanks in the text string.
There are no records with a blank field in the underlying table.
Jim Moore

Jeff Boyce said:
Jim

Any chance there are blanks in the underlying table?

Jeff Boyce
<Access MVP>

Jim Moore said:
In Acess2000XP, I have a form with a number of Combo Boxes. One of these
will not show only the second of two fields.
Properties:
DATA
Row Source: SELECT TaskSubGroup.ID, TaskSubGroup.[Task Subgroup] FROM
TaskSubGroup ORDER BY TaskSubGroup.[Task Subgroup];

Bound Column: 1

FORMAT:
Column Count: 2
Column Width: 0";1"

The Column Width I have show is what I tried, but when you click on the
combo box, a single column and row empty box comes up. If I use a width
greater than 0, the pull down works, but after making the selection the
first field is displayed in the box. Five other combo boxes work properly.

Any ideas about what I am doing wrong?
Jim Moore
 

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