QA.TechInterviews.com - your tech questions answered
How To Use Vb As Front End And Msaccess As Back End? If Any Sample Program Is There Kindly Send.?

simple but hard to type and explain it here. just download some at this site. www.planet-source-code.com
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
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.
simple but hard to type and explain it here. just download some at this site. www.planet-source-code.com

Back to QA. TechInterviews.com. Powered by Yahoo! Answers and TechInterviews.com community.