|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
VB Database Problems also MSChart
I have been searching all over microsoft's pages, on google, yahoo, even did a search in the forum and any place I can think of for a tutorial on this.
I have an access database that is something like this: ___________________________ |Salesman | Total Sales | |--------------------|-------------------- | | some data | data | | data | data | | data | data | | data | data | |--------------------|-------------------- | (please forgive my bad ascii skills) Could someone please explain how I can access this database, add data to this table and display the data on a graph with MSChart? Thanks in advance. |
|
#2
|
||||
|
||||
|
How to access the data is easy enough depending on how technical you want to get.
You have several built in components that will allow you to easily interact with an access database. You have a DAO data control and an ADO data control. There are example with these links on how to use each of them. You will find info for the mschart control here. |
|
#3
|
|||
|
|||
|
Thank you very much, I will look into that.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > VB Database Problems also MSChart |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|