Hello Everyone,
I am having a little trouble with a fairly simple sort of dashboard form. Here is my situation:
I have a database which goes to a Splash Screen when opened and after 1.5 seconds closes that and opens my dashboard form. Rather than a series of buttons, this splash screen contains two combo boxes that I use to select the Form or Report that I want to navigate to. I then use a "Go!" button to execute the code that opens the selected Form or Report. The data source for each combo box is a values list.
The Problem: When the dashboard initially loads, after the splash screen closes, the combo boxes will not allow me to make a selection. Both of them, when clicked, show the appropriate values lists but nothing happens when I click on the form or report name that I wish to navigate to. When I enter Design view, or close and reopen the dashboard form, these combo boxes work just fine. I would like to apply this combo box navigation style to other databases that my coworkers use but I can't expect them to put up with the need to close and reopen the form each time. Does anyone know a way to solve this?
Thanks!