RE: Combo box locked?



Thanks DanJ. The form's "AllowEdits" property was the problem!
These combo boxes are back alive with form's AllowEdit being set to Yes.
But, the AllowAddition didn't seem to have any effect in my case...just
thought you might wanna know :)

Regards,
Sam

"DanJ" wrote:

> Check the "Allow Additions" and "AllowEdits" properties of the form. If they
> are set to 'No' the dropdown will do what you said yours is doing.
>
> "Sam Kuo" wrote:
>
> > Hi,
> >
> > I don't know what I've done, but my combo boxes just stop functioning! (i.e.
> > when I click on the arrow, the list drops down, but when I try to select any
> > item, there's no responce at all - as if it is locked)
> >
> > I've checked its Lock and Enable properties, and Lock is no, Enable is yes.
> > Does anyone have any idea what's happening here?? Any suggestion is
> > appreciated.
> >
> > Regards,
> > Sam
.


Loading