N
nod
I have some sample code written for VBA which accesses the database
using db.this = currentDB
I would like to combine the code with another example that is written
in VB6 and uses ADO. This code accesses the database using a path to
it like C:\pathTo\my.mdb
WHat do I need to do I convert the first code so that I can use a path
to the database.
TIA
Nod
using db.this = currentDB
I would like to combine the code with another example that is written
in VB6 and uses ADO. This code accesses the database using a path to
it like C:\pathTo\my.mdb
WHat do I need to do I convert the first code so that I can use a path
to the database.
TIA
Nod