I use the following query as my record source to the list box:
SELECT tblLocation.Status, tblLocation.Location, tblLocation.LocationDetail, tblLocation.LocationStatus, tblLocation.ReqToActivate, tblLocation.ReqtdDte, tblLocation.ReqBy, tblLocation.sUserName, tblLocation.ReqName
FROM...