|
 |
access thread: Combo Box
Message #1 by "Renee Walker" <rwalker@w...> on Tue, 20 Mar 2001 15:21:17
|
|
I'm trying to use a combo box to look up data or enter data into the combo
box. When I run the form, it will not allow me to enter data in the combo
box. I'm also trying to bind the combo box to a field in my table using
the field list, but it's grayed out.
Any help would be appreciated.
Thanks.
Message #2 by "kyle Gaynor" <Kyle_Gaynor@b...> on Tue, 20 Mar 2001 19:17:53
|
|
> I'm trying to use a combo box to look up data or enter data into the
combo
> box. When I run the form, it will not allow me to enter data in the
combo
> box. I'm also trying to bind the combo box to a field in my table using
> the field list, but it's grayed out.
>
> Any help would be appreciated.
Look at your properties on the combobox check to is if it is limeted to
list. If you want to add data that is not in the list you will need to add
the code if it is not found in list. Look into NoMatch
Hope is helps.
|
|
 |