Results 1 to 3 of 3
  1. #1
    PatrickJG is offline Novice
    Windows 8 Access 2013
    Join Date
    Mar 2015
    Posts
    1

    Random data fields missing from records on form

    The form "Main Receiving Form" is missing just certain fields of random records. The data is there in the table. There are linked tables, but if it works for one record why wouldn't it work for the rest. This something that has started to occur recently. Attached is the dB. I have performed repairs, re-indexed but nothing is working. Any help is appreciated.



    To see the problem, open the for "Main Receiving Form" and just start scrolling down to see the missing data. I confirmed the data is in the tables.

    Thanks,
    PG
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Are you talking about the Product combobox? It has a RowSource with a filter criteria of Approved_Product=True. This means records with a product ID that is no longer approved, will not show the alias Product_Name because it is not included in the combobox list. This is why filtered combobox lists that have alias do not work well in continuous or datasheet forms.
    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.

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    It's not random.

    Your query Query_Product_Lookup only shows records from tblProduct where Approved_Product = True. However, your table tblReceiving_Main contains values (49 and 59 are two of them) in the Product_ID field that refer to records in tblProduct where Approved_Product = False, therefore the lookup finds no data in the combo box.

    "Random" missing data like that is very rarely truly random - there is usually a reason, but it can take a lot of digging to find out what that reason is.

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

Similar Threads

  1. Missing data entry fields in my subform
    By Nashskye13 in forum Forms
    Replies: 7
    Last Post: 07-30-2012, 03:22 PM
  2. Missing data when adding contents of two fields
    By Jamescdawson in forum Forms
    Replies: 3
    Last Post: 03-08-2012, 09:39 AM
  3. Strange missing data on form
    By AndycompanyZ in forum Forms
    Replies: 1
    Last Post: 06-27-2011, 05:45 AM
  4. Missing data on form
    By AndycompanyZ in forum Forms
    Replies: 1
    Last Post: 06-24-2011, 03:27 AM
  5. Replies: 5
    Last Post: 01-05-2010, 10: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