Combo box

D

DM

Hello, I have a combo box on a swithboard page that I want to use to open a
report to sort for specific records. My combo box won't let me select --
it's like it's frozen. Please help!!
 
J

John Vinson

Hello, I have a combo box on a swithboard page that I want to use to open a
report to sort for specific records. My combo box won't let me select --
it's like it's frozen. Please help!!

A combo will only open if the Form's AllowEdits property is True (even
if the form is unbound). IIRC the Switchboard Wizard sets the
switchboard form's AllowEdits to false - try changing it.

The combo MUST be unbound (nothing in its Control Source).

John W. Vinson[MVP]
 
D

DM

Whoo hoooo! Thank you, John!!!
--
DM


John Vinson said:
A combo will only open if the Form's AllowEdits property is True (even
if the form is unbound). IIRC the Switchboard Wizard sets the
switchboard form's AllowEdits to false - try changing it.

The combo MUST be unbound (nothing in its Control Source).

John W. Vinson[MVP]
 
Top