Results 1 to 2 of 2
  1. #1
    iProRyan is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2011
    Location
    England, United Kingdom
    Posts
    44

    Exclamation *URGENT HELP NEEDED* DLookUp Formula

    Hi Guys,



    I am in need of urgent assistance tonight, and tomorrow morning if possible, the first issue is with a DLookUp formula.

    What I need is for it to say "[The DVD Title Text Box] = The DVD Title from the DVDs Table when the DVD ID = [The DVDs ID Text Box on Form]

    I have a tried a variety of things and always get ?Error or ?Name this is what I have at the moment

    =DLookUp("DVD Title","DVDs","[DVDs]![DVDID]=[DVDsID]")

    Just to check, this is meant to go in the Control Source of the DVD Title Text Box on the form.

    Thanks,

    Ryan.

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    Try this:
    Code:
    DLookup("[DVD Title]", "DVDs", "DVDID = '" & Me.DVDsID & "'")
    Let me know if that works.

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

Similar Threads

  1. Excel Formula Needed in Access
    By bmschaeffer in forum Queries
    Replies: 4
    Last Post: 01-18-2012, 01:13 PM
  2. Dlookup help needed
    By mkb_cma in forum Access
    Replies: 12
    Last Post: 11-28-2011, 11:37 PM
  3. Urgent help needed on forms
    By syedalisajjad in forum Forms
    Replies: 9
    Last Post: 11-04-2011, 10:37 PM
  4. Formula for form!!! Urgent plzzzz!
    By senna in forum Forms
    Replies: 7
    Last Post: 02-02-2011, 05:57 PM
  5. Basic question, urgent help needed.
    By fishnu in forum Access
    Replies: 12
    Last Post: 03-18-2009, 01:39 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