I am absolutely new to VB so I have some basic questions. First of all, I have a Access2003 back end database and I want to create a program in VB6 to manipulate the data within it.
Do I have to open up a connection to a table in the backend database every time I open a form in the VB project to display the data? In my Access program I link the tables to the front end when I start the program. Do I have to link with the VB project as well then just populate the forms with data via queries or SQL?
Any help or shoves in the right direction is greatly appreciated. Thanks.
Do I have to open up a connection to a table in the backend database every time I open a form in the VB project to display the data? In my Access program I link the tables to the front end when I start the program. Do I have to link with the VB project as well then just populate the forms with data via queries or SQL?
Any help or shoves in the right direction is greatly appreciated. Thanks.