News:

MyKidsDiary.in :: Capture your kids magical moment and create your Online Private Diary for your kids

Main Menu

How To Use Vb As Front End And Msaccess As Back End?

Started by ravindar, Jul 10, 2008, 07:11 PM

Previous topic - Next topic

ravindar

How To Use Vb As Front End And Msaccess As Back End? If Any Sample Program Is There Kindly Send.?

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.

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.