im a vb6 user and kinda noob. still trying to learn how to use database here and i have this small book about vb6. ok to make the story short ill paste the instruction i see in the book

1. select and click the visual basic under the microsoft visual studio at the start of the taskbar and programs submenu of the operating system.

2. start a new project na select the standard exe on the given displayed items, then click the open command button. set the caption of the form to Using Data control 1

3. double click two text boxes and a data control in the tool box to add them into the form.

4. widen the data control so that we can see its caption.

5. set the properties for the data control as follows:

DatabaseName: C:\Program Files\Microsoft Visual Studio\VB\BIBILIO.MDB

(im kinda new to databases. when i tried to create a database file in ms access 2007 it becomes .accdb format).

6. set the properties for text box 1:

DataSource: Data1
DataField: Au_ID

7. Set the properties for text box 2:

DataSource: Data1
DataField: Author

8. run the application system by selecting the run menu at the menu bar and click the start item(or click the run icon at the tool bar).