C
Cap Kirk
I have written a program in VB6 that picks records in an ACCESS db and
stores them in proper EXCEL sheeets. Now, all table names and record names
and types I have hard coded in the VB program. Next, I refined it by feeding
the proper table names and record names from a file (read them from a file
and build the SELECT as needed. All works fine.
Now I need to go a step further, but I am 100% stuck: I want to retrieve the
ACCESS db table names from the DB and for each table the record names an
types programmatically, after opening the db.
I have no idea how to. Any help will be welcome.
stores them in proper EXCEL sheeets. Now, all table names and record names
and types I have hard coded in the VB program. Next, I refined it by feeding
the proper table names and record names from a file (read them from a file
and build the SELECT as needed. All works fine.
Now I need to go a step further, but I am 100% stuck: I want to retrieve the
ACCESS db table names from the DB and for each table the record names an
types programmatically, after opening the db.
I have no idea how to. Any help will be welcome.