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 strongm 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: Damian3215
  • Content: Threads
  • Order by date
  1. Damian3215

    Recursive - - Function to identify the next higher level

    How would I modify this code to get me the Parent one level up from the current record? https://www.tek-tips.com/viewthread.cfm?qid=1516577 Public Function getTopParent(varID As Variant) As Long Dim rs As DAO.Recordset Dim parentID As Variant Dim strSql As String strSql = "Select...

Part and Inventory Search

Back
Top