Switchboard not allowing selection from combo box

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

Guest

I have created a switchboard and added combo boxes (unbound) to filter data
entry forms and reports, however it will not allow me to select an option. I
can view the choices (which are based on tables or "group by" queries).

Once I get those working where do I insert the comand or sql statement that
will used the selected criteria to filter the data entry screens and reports?

I am used to using regular comand buttons and tabbed forms. With
switchboard I don't get to "see" all the individual comand buttons so I am
unsure where to place the instruction to look to the combo boxes for
information.

All the queries and reports have been updated to look at the
[Form]![switchboard]![textbox] for information.

Thanks!
Ember
 
I was able to find more information and changed by switchboard form to allow
edits, but now it won't filter any of my data entry or reports.

Ember
 
Finally got it...no need for a response.

Ember

Ember said:
I was able to find more information and changed by switchboard form to allow
edits, but now it won't filter any of my data entry or reports.

Ember

Ember said:
I have created a switchboard and added combo boxes (unbound) to filter data
entry forms and reports, however it will not allow me to select an option. I
can view the choices (which are based on tables or "group by" queries).

Once I get those working where do I insert the comand or sql statement that
will used the selected criteria to filter the data entry screens and reports?

I am used to using regular comand buttons and tabbed forms. With
switchboard I don't get to "see" all the individual comand buttons so I am
unsure where to place the instruction to look to the combo boxes for
information.

All the queries and reports have been updated to look at the
[Form]![switchboard]![textbox] for information.

Thanks!
Ember
 
Back
Top