I am trying to run a query and filter it by the current authorized user id in my database.
=DLookUp("property","tblwoOption","[userid] = #" & auth.userid & "#")
auth.userid is in a class module that should show the current user id number and for some reason it isn't working. When I try to run...