PDA

Click to See Complete Forum and Search --> : VB6 - ADO find/seek


vincent mairiaux
Mar 29th, 2000, 07:27 PM
Hello,

I'm programming in VB6, 32-bits, under Windows 98.

I first made a new MS ACCESS 2000 database with 6 tables. My problem is: now I'm trying to access it with a new VB6 application:
I need to make a find/seek instruction on 4 different tables in the database, and then multiply the 4 results together.

I don't wish to use any data contro, except if I need them, but I don't think so.

Many thanks in advance for any help.

Vincent

RogerH
Mar 29th, 2000, 07:48 PM
How about learning some SQL and using a join?

Roger