Updating from an external Access table
From: Leif (anonymous_at_discussions.microsoft.com)
Date: 06/30/04
- Next message: Alex Dybenko: "Re: Updating from an external Access table"
- Previous message: Daniel: "Repost: Email confirmation box/message"
- Next in thread: Alex Dybenko: "Re: Updating from an external Access table"
- Reply: Alex Dybenko: "Re: Updating from an external Access table"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 30 Jun 2004 10:28:01 -0700
I need to be able to update two different Access tables
from an external Access database. I think I have a
solution, but it seems ackward.
Right now I creating a link to the external Access table
using docmd.Transferdatabase. Next I run a query that
does an unmatched selection joining the external and
internal tables. The external table is accessed thru a
different query that does some filtering.
Once I'm done with the query data I need to go back and
remove the table link.
Is there a better way? Pherhaps I can skip the
link/remove link steps by updating the filtering query
with the external database file name?
Regards,
Leif
- Next message: Alex Dybenko: "Re: Updating from an external Access table"
- Previous message: Daniel: "Repost: Email confirmation box/message"
- Next in thread: Alex Dybenko: "Re: Updating from an external Access table"
- Reply: Alex Dybenko: "Re: Updating from an external Access table"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|