[quote]I am working on an existing project using VB 6.0. I have researched some of the existing documents and found some data. I am trying to utilize an existing dataset that is attacheed to an access 97 Database. I want to create a new Form that will display a Datagrid of the Register Table from the Database. I have to run Two (2) queries one reguires parametrs for the start and end dates and the second is an update query. I am trying to understand the process so I can write the code.
VB 6.0 - Access DatabaseCreate DataGrid from Dataset connected to Access DB
Page 1 of 1
2 Replies - 2165 Views - Last Post: 21 October 2009 - 09:49 PM
Replies To: VB 6.0 - Access Database
#2
Re: VB 6.0 - Access Database
Posted 21 October 2009 - 06:23 PM
Use the data form wizard that you will find under add-ins>add-in manager...
Good Luck
Good Luck
#3
Re: VB 6.0 - Access Database
Posted 21 October 2009 - 09:49 PM
If you just want to display the records, all you need is a data control and a datagrid.
Attach the data control to the Access 97 MDB using it's DatabaseName property.
Attach the datagrid to the data control using it's DataSource property.
Whenever you manipulate / query the database table using the data control, the datagrid automatically displays the records.
Your question is still incomplete about your specific results you want.
Let me know the exact problem you are facing.
Attach the data control to the Access 97 MDB using it's DatabaseName property.
Attach the datagrid to the data control using it's DataSource property.
Whenever you manipulate / query the database table using the data control, the datagrid automatically displays the records.
Your question is still incomplete about your specific results you want.
Let me know the exact problem you are facing.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|