Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2015
    Posts
    12

    Error displayed on the navigation form

    Hi Again



    Have another issue.... How do I resolve #errors in the navigation form?

    I have one combo box with the following code: =DLookUp("[INGREDIENT]","tblITEM MASTER","[RM_CODE] = Forms!frmRM_PricingFINAL!Combo46")
    My Navigation Form is "frmNavigation"

    I initially placed frmNavigation between Forms! and frmRM_Pricing but still ran into issues.

    thanks in advance!

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Navigation Controls are very finicky and difficult to troubleshoot. If you are building a desktop database vs. an Access Web App, I would recommend avoiding the Navigation Control and or using the Wizard to build a Navigation Form.

    If you are going to use the Navigation Control, you might start by hardcoding a value that represents a valid value. For instance ...
    =DLookUp("[INGREDIENT]","tblITEM MASTER","[RM_CODE] = 5241")
    or

    =DLookUp("[INGREDIENT]","tblITEM MASTER","[RM_CODE] = 'Some Text Value'")

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

Similar Threads

  1. Replies: 3
    Last Post: 08-15-2015, 01:16 AM
  2. Replies: 1
    Last Post: 11-18-2014, 12:35 PM
  3. Replies: 3
    Last Post: 12-10-2013, 08:53 AM
  4. Navigation Menu and Search Form error
    By pbouk in forum Forms
    Replies: 5
    Last Post: 03-06-2013, 12:42 PM
  5. Replies: 13
    Last Post: 10-19-2012, 06:34 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