Combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!!
 
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]
 
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]
 
Back
Top