itchyII
MIS
- Apr 10, 2001
- 167
Hello everyone,
I have to write some code to fix a few problems with some data in one of our databases. The database is a DB2 database that I have connected to in Access 2000(through ODBC linked tables). I am very familiar with DAO, and could probably accomplish what I need with it, but I thought, heck, its summer, no one's around and I have some time on this one, so why not start to learn ADO? I did a little research but my Access help files aren't working (that's another issue!). I searched around on this forum but I think that I am missing one basic concept. What I want to do is simply open an access query that already exists and read data from it, open one of the linked tables, search through it to find the matching records, update a few fields, and then close everything.
Now I've seen alot about how to connect to tables in other db's but the table I want to open is already linked in my db, so do I still have to 'connect' to it? If so, how?
Your guidance is appreciated!
ItchyII
I have to write some code to fix a few problems with some data in one of our databases. The database is a DB2 database that I have connected to in Access 2000(through ODBC linked tables). I am very familiar with DAO, and could probably accomplish what I need with it, but I thought, heck, its summer, no one's around and I have some time on this one, so why not start to learn ADO? I did a little research but my Access help files aren't working (that's another issue!). I searched around on this forum but I think that I am missing one basic concept. What I want to do is simply open an access query that already exists and read data from it, open one of the linked tables, search through it to find the matching records, update a few fields, and then close everything.
Now I've seen alot about how to connect to tables in other db's but the table I want to open is already linked in my db, so do I still have to 'connect' to it? If so, how?
Your guidance is appreciated!
ItchyII