Results 1 to 3 of 3
  1. #1
    shadowsedge is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2016
    Posts
    19

    Form not displaying correct record

    I created a form and included a combo box with the record numbers thinking it would display that record if selected.
    Instead, it displays the net record in line instead of the one I selected.


    How do I correct this or am I doing something wrong?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    in the combo box AFTERUPDATE EVENT,
    (adjust for your fieldname,cbo box name)

    Code:
    me.Filter = "[clientID]=" & cboBox
    me.filterON = true

  3. #3
    shadowsedge is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2016
    Posts
    19
    thx a ton!

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

Similar Threads

  1. Replies: 3
    Last Post: 08-15-2013, 10:43 AM
  2. Replies: 2
    Last Post: 11-19-2012, 10:54 AM
  3. Replies: 4
    Last Post: 03-05-2012, 10:20 AM
  4. Form Not Opening Correct Record
    By halfaguava in forum Forms
    Replies: 1
    Last Post: 06-09-2011, 07:00 PM
  5. Opening form to correct record. Bookmark?
    By stephenaa5 in forum Forms
    Replies: 11
    Last Post: 12-29-2009, 02:43 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