Results 1 to 5 of 5
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Unbound contols after using Combo box wizard

    When I go the Combo box wizard to create a combo box it works - sometimes. I repeat the


    steps exactly and sometime it gives the name of the control in the window and sometimes it does not.

    I am unsure as to what I am doing wrong on this. I can post an example if required.

    All help appreciated. Thanks in advance.


    Respectfully,

    Lou Reed

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    after you build the combo, check the name in the properties: other tab, name
    also check ROWSOURCE (the query to pull the options)
    and CONTROL SOURCE (unbound or put a field to save the selecton to)

    once it works, it will never change.

  3. #3
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    As ranman mentioned, check the ControlSource of your combo. When the wizard asks if you want to store the value of the Combo, it is really asking if you want to adjust the control source. A blank control source is an unbound control.

  4. #4
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    I know that I can go into the properties dialog box (press F4) and see the properties. If control source is missing, then put it in. But that defeats the whole purpose of the Combo Box wizard. It is bound about 50% of the time and unbound the rest. Still, all I do is follow the steps - nothing more. Yet, part of the time it works and part of the time it does not. What gives would a post of the output help?

    Respectfully,

    Lou Reed

  5. #5
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The wizard asks for ControlSource only if the combobox is installed on a BOUND form. If the form does not have a RecordSource, the combobox has nothing to be bound to. Either you are not installing on a BOUND form or you are accepting the default "Remember the value for later use." - which results in an UNBOUND combobox.
    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.

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

Similar Threads

  1. Unbound Combo Box Query Parameter
    By brezja in forum Queries
    Replies: 3
    Last Post: 04-16-2014, 02:29 PM
  2. #Name? Error in Unbound Combo Box
    By johnlight in forum Access
    Replies: 9
    Last Post: 10-23-2013, 11:30 AM
  3. Default value on an unbound combo box
    By lsmcal1984 in forum Forms
    Replies: 1
    Last Post: 10-10-2013, 06:40 AM
  4. 2010 Combo Box Wizard missing third option
    By sestarr in forum Forms
    Replies: 4
    Last Post: 04-22-2012, 05:44 PM
  5. Capture 2nd Value in an unbound Combo.
    By sesproul in forum Forms
    Replies: 5
    Last Post: 04-30-2010, 02:07 PM

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