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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.