Results 1 to 9 of 9
  1. #1
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    Leave one field blank in pull-down menu

    I have 2 items to list in a pull down menu, but I want a third field left blank. Access won't seem to allow for that 3rd blank field.
    Last edited by snowboarder234; 03-08-2018 at 04:45 PM. Reason: Resolved on my own.

  2. #2
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Posting your solution may help somebody in the future. Presumably it involved a UNION query or adding a Null item.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243
    Quote Originally Posted by pbaldy View Post
    Posting your solution may help somebody in the future. Presumably it involved a UNION query or adding a Null item.
    Well, here's the less than elegant solution that I came up with: I typed something random in the third field. That then allowed me to go to a 4th field. Then I went back up and deleted the information in the third field. That created a 3rd field that was blank, which is what I needed.

  4. #4
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Oh, I was thinking record; you did say field. In query design view you could have typed:

    ThirdField: Null

    or

    ThirdField: ""
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243
    Quote Originally Posted by pbaldy View Post
    Oh, I was thinking record; you did say field. In query design view you could have typed:

    ThirdField: Null

    or

    ThirdField: ""
    Well, maybe my solution wasn't so good after all because now the form isn't updating the table like it used to.

  6. #6
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Changing the row source of a combo shouldn't affect that. Am I misunderstanding what you changed? Can you attach the db here?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  7. #7
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    Depending on what the rowsource is, you could probably just specify 1 more column than what you need.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  8. #8
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    Cannot uupload file per your request.

    Quote Originally Posted by pbaldy View Post
    Changing the row source of a combo shouldn't affect that. Am I misunderstanding what you changed? Can you attach the db here?
    I have the db file zipped, but cannot upload it. I've uploaded many zipped files to this forum before, but now it appears to no longer be working. Do I have too many files in my Access forum account?

  9. #9
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Is the .ZIP file =< 2 MB?

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

Similar Threads

  1. Create Pull Down Menu based on 2 tables
    By Comtech in forum Access
    Replies: 2
    Last Post: 07-11-2017, 03:57 PM
  2. Replies: 3
    Last Post: 03-29-2016, 04:24 PM
  3. Pull down menu at run time in queries
    By elico in forum Queries
    Replies: 1
    Last Post: 02-08-2016, 12:45 PM
  4. Replies: 2
    Last Post: 02-22-2012, 02:36 AM
  5. Replies: 1
    Last Post: 03-07-2011, 10:48 AM

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