I'm trying to debug some code, and see what is getting returned from a dlookup search, so I tried to put a MsgBox in that would display the dlookup result.
Dim groupID As Variant
groupID = (DLookup("ID", "tblWithGroup", "issues.group_ID = " & [ID]))
MsgBox("check me",vbOKOnly, "Check...