When you open a VB project you just have to make a data connetion what refers to the MS Access Database.
Sorry, a sample program I also don't have, but it's pretty simple
Helmut
Indian_Male
On 2006-08-07 02:43:05
1. Create the required tables in MS-Access Database.
2. In Visual Basic, add a data control to your form.
Set its Connect to Access, Record Source property to the required database.
3. Add controls like text box, combo etc. for the controls set
data source and data field properties.
4. for reports, you need to include data environment. Select Data Environment from projects menu.
sellis_sellis
On 2006-08-07 14:43:46
Rather than direct-binding controls using the data objects supplied in VB it would be better to include a reference to ADODB and programatically link to and work with a database.
kryptonboy22
On 2006-08-07 02:07:48
simple but hard to type and explain it here. just download some at this site. www.planet-source-code.com
Answers
hswes
On 2006-08-07 01:53:49
Indian_Male
On 2006-08-07 02:43:05
sellis_sellis
On 2006-08-07 14:43:46
kryptonboy22
On 2006-08-07 02:07:48