Access9001
Registered User.
- Local time
- Today, 13:03
- Joined
- Feb 18, 2010
- Messages
- 268
For instance, say I have a bunch of queries like so:
select a, b from [pathway to db.mdb].RandomQuery
and I want to programatically change them to this:
select a, b from [a new pathway.mdb].RandomQuery
select a, b from [pathway to db.mdb].RandomQuery
and I want to programatically change them to this:
select a, b from [a new pathway.mdb].RandomQuery