simple but hard to type and explain it here. just download some at this site. www.planet-source-code.com
2006-08-06 22:07:48
·
answer #1
·
answered by kryptonboy22 3
·
0⤊
0⤋
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
2006-08-06 21:53:49
·
answer #2
·
answered by hswes 2
·
0⤊
0⤋
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.
2006-08-07 10:43:46
·
answer #3
·
answered by sellis_sellis 2
·
0⤊
0⤋
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.
2006-08-06 22:43:05
·
answer #4
·
answered by Indian_Male 4
·
0⤊
0⤋