Results 1 to 3 of 3
  1. #1
    djclinton15 is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Nov 2015
    Posts
    123

    Combo Box Empty?


    Hi, I use Combo Boxes quite often in my Forms & usually haveno troubles. I have 2-forms from 1-table in which I created Como Box froma query. If I start to type in the first few letters it will fill in therest of the test. I.E., I want to input, "ARSPPLY." If Istart typing in, "ARS" the rest "PPLY" fills in/appears;typically. However, when I pull down the Combo Box to see what's listedit's empty/showing nothing. Oddly enough, I created other similar ComboBoxes in other forms (using the same query. Why am I getting a blank listwhen Ii pull down the Combo Box from a query?

    Anyadvice/suggestions will be greatly appreciated! Thanks in advanced.

  2. #2
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,358
    Oddly enough, I created other similar ComboBoxes in other forms (using the same query.
    I can only guess that you mean they work elsewhere.
    If you're sure the design is correct (e.g. the column you expect to see is not set to 0" width or the column/field counts don't match) then post the sql for the combo row source. There could be an issue with your table/field names, such as "tbl-Main". What is tbl minus Main? Access doesn't know either.
    Is the query against a local table or is it against a linked spreadsheet or csv file?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    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
    Quote Originally Posted by Micron View Post
    the column you expect to see is not set to 0" width

    or

    the column/field counts don't match
    Micron has listed the most common villains in this type of scenario...barring them, the Combobox Control itself could be corrupted. Although we usually think of Forms or entire Databases when we speak of corruption, individual Controls, such as Comboboxes, can and do become corrupted. The test and the fix are one and the same; deleting the Control then re-creating it! If it was corrupt, you've verified the fact and solved the problem! If not, you've only lost a minute or two!

    Linq ;0)>

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

Similar Threads

  1. empty space start combo
    By sergran in forum Programming
    Replies: 30
    Last Post: 09-24-2013, 10:38 AM
  2. Replies: 2
    Last Post: 04-23-2012, 10:13 PM
  3. Replies: 4
    Last Post: 11-20-2011, 01:08 PM
  4. Empty Subreport
    By runbear in forum Reports
    Replies: 5
    Last Post: 04-23-2011, 12:26 PM
  5. Coding for Empty Combo Box
    By gazzieh in forum Programming
    Replies: 1
    Last Post: 03-26-2010, 05:22 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