The method depends on what you want to do.
Method 1: Create a reference to DAO; add a data control and set its properties. Add controls and bind them to the datacontrol.
Method 2: Create a reference to DAO; declare a workspace object, database object, Recordset object AND set the DataBase Object to your database, and the recordset object to the Table, Queryor a valid Sql statement and then do with the data what you like.
Method 3: Create References to the various ADO references and components that you want to use and go from there.
Being a bit more specific about your problems might net you better help. If you are writing a thesis that requires an Access Front-End, and time is pressing you might consider simply porting your data to a spread-sheet. Writing front-Ends can become very time consuming, especially if all you need is printed data.
Hunter