Sorry for the bother, this is complicated.
So the current statement is;
SELECT DISTINCT TransportBookings.CustomerName, TransportBookings.CustomerID, TransportBookings.BookingID, Guest.GuestName, Guest.GuestID
FROM TransportBookings INNER JOIN Guest ON TransportBookings.GuestID = Guest.GuestID...