Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sorbjar
  • Content: Threads
  • Order by date
  1. Sorbjar

    Acces VBA - DLookup() - Remove Prompt Enter Parameter Value

    Dear all, I seem to have an issue with a piece of VBA code in acces. Extrapolated from the larger code, I've got the snippet below. fileDirectory = "GC_Annexes" temp = "[DirectoryName] = '" & fileDirectory & "'" counter = DLookup("[CounterValue]", "tblCounter", temp) The problem now is...

Part and Inventory Search

Back
Top