Having re written the SQL as follows it now runs but returns no results even though the listbox is populated from tblClass anyone?
strSQL = "SELECT [tblMEList].[Equipment Tag], [tblPlatformList].Vessel, tblClass.Class, [tblShipFitData].[Quantity fitted]" & _
"FROM ([tblMEList]...