Hello!

I'm not very good in SQL statements, so I need someone to help me.
I have three tables in database. Let's say that tables are named ONE, TWO and THREE and database is named DB.mdb. In first table I have customer info (ID, name, address...), in second is bill info (ID, CustomerID, payment...) and in third are things that are on bill with certain ID (ID, BillID, Qty, Price...). Now I need one recordset that would return all the info from three tables.
Can you help me?