Results 1 to 3 of 3
  1. #1
    Kjestice is offline Novice
    Windows XP Access 2013 64bit
    Join Date
    Mar 2017
    Posts
    1

    Seeking guidance or possibly a miracle regarding bound comboboxes

    I've been reading through the forms section and haven't run across an answer to my question. From what I've read, I've come to the conclusion that to keep a value selected in a combo box from populating the data in my table is to make it unbound but I've done a ton of work on a new forms for my group and I really don't want to duplicate what I've already done. This was actually the last issue that I ran into. Is there really not a way to keep a bound combo box from writing to my underlying table or is there any type of work around?
    The easiest form that I've created and will use as an example is one where a search is performed using 3 cascading combo boxes and 2 of the resulting fields need to be updated (a code value and possible notations). The first record that the form pulls gets updated with erroneous data for the combo boxes.



    This one is a split form pulling data from only 1 table. I didn't think that I needed to post any VBA code but can if anyone needs it.

    Thanks in advance.

  2. #2
    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,917
    I'm sorry but Bound Controls save the selected data to the bound field. Why does it have to be bound?

  3. #3
    Micron is online now Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Agree with RG. What's the point of binding it if you don't want alternate choices to update the table field? You'd have to provide more info about the process and/or design to have us suggest an alternate method, but I suspect that you've boxed yourself into a space where you don't want to backtrack and undo a bunch of work. To answer the question about a work around, what comes to mind is a temp table that you don't care what happens to the records because you'll flush it when you're done. But that brings me to RG's question...
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Replies: 3
    Last Post: 03-31-2016, 12:16 PM
  2. Possibly Iif statement? Can you help?
    By aellistechsupport in forum Queries
    Replies: 15
    Last Post: 05-17-2015, 09:14 PM
  3. Seeking guidance with session database
    By melliott1712 in forum Access
    Replies: 5
    Last Post: 10-06-2014, 12:21 AM
  4. Replies: 6
    Last Post: 01-30-2014, 05:57 PM
  5. Replies: 2
    Last Post: 06-07-2013, 09:21 AM

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