Re: table export from local Access to import in remote Access database in VB
- From: Paul Clement <UseAdddressAtEndofMessage@xxxxxxxxxxxxxx>
- Date: Mon, 02 Oct 2006 08:47:44 -0500
On Sat, 30 Sep 2006 02:40:19 +0200, "Oscar" <oku@xxxxxxxxx> wrote:
¤ What would be the best scenario to achieve the following :
¤
¤ There is one master Access database which is local : DBlocal
¤ There is one remote Access database at a web server : DBremote
¤
¤ There are a few tables within DBremote which need to be updated daily
¤ according the contents of the same table within DBlocal. Since we deal with
¤ an unique ID-field within these tables I can't just perform a query to add
¤ new records because that would cause other ID-field values since it is
¤ autonumbering. Therefore I want to delete the existing tables and import the
¤ actual tables from DBlocal daily.
Why not just create a linked table in your DBLocal to the table in DBremote?
Paul
~~~~
Microsoft MVP (Visual Basic)
.
- References:
- Prev by Date: Re: Any reason why accessing Access should slowdown?
- Next by Date: Re: Any reason why accessing Access should slowdown?
- Previous by thread: table export from local Access to import in remote Access database in VB
- Next by thread: Re: Formatting date and time in filters
- Index(es):
Relevant Pages
|
Loading