Okay, I think I am getting closer.
This is the query that I ran;
Insert INTO Final ( ID,FacID,[Loc #],[Inn Code],Brand,Rooms,TableTents)
SELECT ID,FacID,[Loc #],[Inn Code],Brand,Rooms,TableTents
FROM Samples, Sum1
WHERE Sum1.TableNumbers= Samples.TableTents;
Problem is that it didn't repeat any...