Driver={Microsoft Access Driver (*.mdb)};DBQ=E:\\tuglist00.mdb Tug Name, Registration Number, Euro Number, Callsign, Nationality, Specifications, Link, Build Date, Scrap Date, BRT, PK, Owner's Name, Owner's Nationality, Owner's Description, Owner's Address, Wharf Short Name, Wharf Nationality, Wharf Description, Wharf Address, Old Names tuglist00.name, tuglist00.regNR, tuglist00.euroNR, tuglist00.callsign, tuglist00.nat, tugdetails.specifications, tugdetails.link, tuglist00.build, tuglist00.scrap, tuglist00.brt, tuglist00.pk, owners.short, owners.nat, owners.description, owners.adres, wharves.short, wharves.nat, wharves.description, wharves.adres, tuglist00.onames select tuglist00.name, tuglist00.regNR, tuglist00.euroNR, tuglist00.callsign, tuglist00.nat, tugdetails.specifications, tugdetails.link, tuglist00.build, tuglist00.scrap, tuglist00.brt, tuglist00.pk, owners.short, owners.nat, owners.description, owners.adres, wharves.short, wharves.nat, wharves.description, wharves.adres, tuglist00.onames from tugdetails, tuglist00, owners, wharves where tugdetails.tugNR=tuglist00.tugNR and tuglist00.ownerNR=owners.ownerNR and tugdetails.wharfNR=wharves.wharfNR