you can link MS access in VB by using ADO methods ADODC and ADODB..
Activex data object Database connection Activex data object Database connection
dynamic data exchange
Object linking and embedding (ole)
AcitveX Data Object
The main difference between ADODC and ADODB is that whereas ADODB is a class library, ADODC is just but a data control. The other difference is that ADODC uses the system resources more compared to the ADODB.
Very simple difference between adodc and adodb is "C" and "B".. he he he kidding... adodc is a data control and adodb is a class library, adodc good to use but some time it produce error for "multiple operation". With adodb can data bound dynamically, other hand can say if u r making big software so use ADODB and use ADODC is suitable for small projects.
To change the name of a form first load your project and click on that form. Now, under the properties window find "text". Change the value next to it (usually "Form1") to "Hello VB" or what ever name you choose.
I think it is .sln or .vbprojI'm not sure.
How to display data in table form in VB 6.0
A modal form is a form that takes the focus in a program and prevents you from doing anything else or going to any other form until it is first closed. They are commonly seen on computers with error messages or warnings or ways forcing you to have to select an option. VB allows you to show any form as a modal form.
Yes it is possible, most things are in VB