Results 1 to 4 of 4
  1. #1
    OneToLearn is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Apr 2012
    Posts
    8

    Split Form For Data entry


    Hello,

    Please help!!
    I created a split form from a table for data entry, on my form I have a dynamic combo box that get its value from another drop drown combo box. Here is the problem I have, for the first record entry it works fine but for the second entry my dynamic combo box still retain the old value. Please show me how to fix this.

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    You probably need to add a line of code to your combo box

    me.requery

    to get the combo box to react to the new selection.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,623
    What do you mean by 'dynamic combo box' - this combo has a RowSource that is dependent on another combobox? The RowSource is not changing after selection in first combobox?

    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.

  4. #4
    OneToLearn is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Apr 2012
    Posts
    8
    Thank you to those who replied. I somehow solved the problem by insert this line>>>Me.Refresh. It works...

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

Similar Threads

  1. Replies: 5
    Last Post: 08-12-2013, 12:53 AM
  2. Code to sort data shown on a split form
    By meissnerb in forum Programming
    Replies: 1
    Last Post: 05-03-2012, 04:34 PM
  3. Replies: 0
    Last Post: 02-09-2011, 03:10 PM
  4. Referencing split form data / filter
    By stephenaa5 in forum Programming
    Replies: 2
    Last Post: 09-14-2010, 08:48 AM
  5. Sub Form Data Entry
    By OldBloke in forum Forms
    Replies: 1
    Last Post: 08-09-2010, 06:58 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