Hello, I have been trying to pass the itemdata result from listbox List4 to the where condition of the query rather than having JohnDoe below. I tried with
& stLinkCriteriaAMG.
Option Compare Database
Option Explicit
Private Sub List4_Click()
On Error GoTo Err_List4_Click
Dim...