I found it here it is Thanks
SELECT Inventory.ID, Inventory.Location, Inventory.Description, Inventory.Item, [Inventory Stock Levels].[Current Stock], Inventory.Comments
FROM Inventory INNER JOIN [Inventory Stock Levels] ON Inventory.ID = [Inventory Stock Levels].ID
WHERE...