Results 1 to 5 of 5
  1. #1
    Subwind is offline Can Only Learn
    Windows XP Access 2010 32bit
    Join Date
    May 2012
    Location
    Portsmouth, UK
    Posts
    61

    DLookUp

    Has anyone else had an issue in the last week where a DLookUp is no longer working?

    I have changed no code in my database, I have made no changes to anything, but last week it worked, this week it doesn't.

    =DLookUp("[RATE]","tblSageCurrency","[CODE] = 'USD'")



    Above is the sample, this has no reason to be changed, as it does nothing but display a value. Yet now, it does not show anything.

    Was there an update that may have stopped this working?

    ~Matt

  2. #2
    Subwind is offline Can Only Learn
    Windows XP Access 2010 32bit
    Join Date
    May 2012
    Location
    Portsmouth, UK
    Posts
    61
    Weirdly enough, the below code DOES work.

    Me.Caption = "User: " & DLookup("EmployeeFirstName", "tblEmployees", "EmployeeFirstName = GetUserName()") & " - Form: Dashboard"

    And that DLookUp has not changed either.

    ~Matt

  3. #3
    Subwind is offline Can Only Learn
    Windows XP Access 2010 32bit
    Join Date
    May 2012
    Location
    Portsmouth, UK
    Posts
    61
    As an addition, the status bar at the bottom shows "Calculating...." for the entire time the forms with the broken DLookUp is open.

    I cannot make sense of it that some DLookUp are still working, but others are not, yet nothing has been altered in the code.

    ~Matt

  4. #4
    Subwind is offline Can Only Learn
    Windows XP Access 2010 32bit
    Join Date
    May 2012
    Location
    Portsmouth, UK
    Posts
    61
    Stupid piece of junk windows, it now works, without anything being changed.....

  5. #5
    akhmadahdiyat is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Oct 2013
    Posts
    21
    so it solved, junk windows..

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

Similar Threads

  1. Dlookup
    By Bertrand82 in forum Programming
    Replies: 6
    Last Post: 11-23-2012, 01:25 AM
  2. DLookup help
    By denners05 in forum Access
    Replies: 1
    Last Post: 06-11-2011, 12:55 PM
  3. Is DLookUp What I should be using?
    By cameronaziz in forum Forms
    Replies: 2
    Last Post: 03-24-2011, 04:29 PM
  4. dlookup help
    By gsantacruz in forum Programming
    Replies: 9
    Last Post: 10-11-2010, 11:46 AM
  5. DLookup()
    By jgelpi16 in forum Programming
    Replies: 2
    Last Post: 09-15-2010, 07:20 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