I'm assuming you mean one the database in your VB app and do something with it. Check this out: Visual Basic Database Guide . That should get you started in your database development.
... i have an VB
Application which I just start doing it… so I just did the FORMS and sum commands, but I need to make my application to load the DATA from access (which I had never do it before) all I know is how to make application by VB6 … as a fact I don’t have any idea how to load or connect access with VB6.
so please if you can tell me the code to connect from access and if there's other codes to load from access!
I know it looks bad but I hope if I can do it!!
Thank you again
you drag on the data control from the toolbox and set its connect property to Access and its DatabaseName property to the path of your database - set its Record Source to the table in question.
this laods the database and gives yousome navigation buttons
to see the data draw on a flexgrid and set its DataSource to the name of the data control you just made