Not sure what I am doing wrong and I am sure that it is a formatting error.
This works:
!lstSel.RowSource = "Select ag_auto, PID, AgreeNum, Contractor, LandOwner, Type FROM qryAgreeSel WHERE ag_del = 0 AND PID Like '*224*' Order by PID"
This doesn't:
!lstSel.RowSource = "Select ag_auto, PID...