Ok thanks. :-)
That works, although I don't like to use builder window to construct SQL because I think it can make you not a better SQL developer
but since I haven't seen a code similar I'd rely on it and now I see how it is written, hope I'd to be able to write it out on my own next time.
Code:
SELECT bid.bidder, user.uname, user_1.uname, bid.iid, bid.STARTtime, bid.BIDtime, bid.BIDprice, auction.enddate, auction.endtime
FROM ([user] INNER JOIN bid ON user.uid = bid.bidder) INNER JOIN [USER] AS USER_1 ON bid.seller = USER_1.uid