S
Spider Jack
I am using Access 2003 and I am having a problem with
combo boxes. Here is the SQL for my row source:
SELECT TableID, TextName FROM SomeTable
I set the bound column to 1 (TableID), but set the column
widths = "0 in" Therefore, the only thing that shows up
is the TextName value. The user does not need to see the
ID field, just the text field. In previous versions of
Access the AutoExpand property did what it said. It
seems in 2003 it is only checking against the bound
column, and only if it is visible.
Anybody know how to get 2003 to correctly AutoExpand even
when the bound column is not visible?
combo boxes. Here is the SQL for my row source:
SELECT TableID, TextName FROM SomeTable
I set the bound column to 1 (TableID), but set the column
widths = "0 in" Therefore, the only thing that shows up
is the TextName value. The user does not need to see the
ID field, just the text field. In previous versions of
Access the AutoExpand property did what it said. It
seems in 2003 it is only checking against the bound
column, and only if it is visible.
Anybody know how to get 2003 to correctly AutoExpand even
when the bound column is not visible?