QUOTE(programming4life @ 19 Feb, 2008 - 01:07 PM)

QUOTE(kreacher @ 19 Feb, 2008 - 03:42 AM)

How to link VB 6.0 and MS Access?
thanks.
It depends on what you are trying to do. I usually use the code builder in Access to insert my VB6 code. You can create the function in VB6, and paste the code into Access and call it from there, but I am also just a beginner like yourself in this crazy world called programming.
Can the connection to Access be active at all times when you are using VB. the reason for this is you can bound your list/combo boxes to the table in your Access database to retreive the info you need.....Again it would help if you could give an example of what you want to do exactly???? If you do decide to do it this way you can use the data form wizard in vb???