Results 1 to 5 of 5
  1. #1
    Monterey_Manzer is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    164

    Combobox won't allow selection when form first opens

    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!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Need to review code. If you want to provide db for analysis, follow instructions at bottom of my post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Monterey_Manzer is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    164
    Unfortunately there is too much confidential data present. Since I don't have much in the way of VBA in this database I'm guessing you would want to review the SQL. Is that correct? Perhaps if I knew more specifically what code you needed to review I could provide it.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I expect code behind the splash screen and the dashboard forms as well as relevant queries. It would much easier to track down issue if could execute and debug code.

    Don't care about data (although dummy records sometimes useful for testing). Make copy of db, remove data not relevant to the issue, etc.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Since we're talking about a Splash Screen, here, and a Combobox that won't work, my guess would be that you've got the Form's AllowEdits Property set to 'No.'

    Comboboxes will only function if AllowEdits is set to 'Yes.' The Access Gnomes apparently consider the use of a Combobox to be 'ediiting' the Form!

    Linq ;0)>

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 09-06-2011, 01:47 PM
  2. Replies: 29
    Last Post: 08-16-2011, 05:52 PM
  3. Replies: 6
    Last Post: 07-28-2011, 04:07 AM
  4. Replies: 0
    Last Post: 08-24-2010, 06:38 PM
  5. Replies: 0
    Last Post: 12-16-2009, 01:14 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums