Hello guys,
I have a question about a sql query so I have these 5 tables
there are 5 tables
Room, RommRent, DBSource, RoomType, RoomRealCode
SELECT Room.idCode, RoomRent.Label, MAX(chambrerent.[TimeStamp]), RoomRent.TreeID
FROM RoomRent INNER JOIN
DBsource ON RoomRent.DBSource_ID =...