PC Review


Reply
Thread Tools Rate Thread

Create local copy of linked tables

 
 
arod
Guest
Posts: n/a
 
      30th Aug 2006
I have a database that contains a bunch of linked tables that I want to
make changes to the data on. However before I apply my queries to the
linked tables I would like to test them first by running them on a
separate copy of the tables.

Is there a way that I can import linked tables (data and structure)?
Everytime I try to do it I just get another linked table. But I want a
completely separate copy.

 
Reply With Quote
 
 
 
 
Roger Carlson
Guest
Posts: n/a
 
      30th Aug 2006
I wouldn't import them. I'd make a second physical copy of the database
where the linked tables reside and then using the Linked Table Manager, link
the tables to this test database. Run your queries and verify the data,
then link them back to the original database.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"arod" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a database that contains a bunch of linked tables that I want to
> make changes to the data on. However before I apply my queries to the
> linked tables I would like to test them first by running them on a
> separate copy of the tables.
>
> Is there a way that I can import linked tables (data and structure)?
> Everytime I try to do it I just get another linked table. But I want a
> completely separate copy.
>



 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbCBI?=
Guest
Posts: n/a
 
      30th Aug 2006
How are you trying to do it? If you just copy a linked table, you get
another linked table. Try using a Make Table Query instead:

SELECT LinkedTableName.* INTO CopiedTableName
FROM LinkedTableName;

-Michael


"arod" wrote:

> I have a database that contains a bunch of linked tables that I want to
> make changes to the data on. However before I apply my queries to the
> linked tables I would like to test them first by running them on a
> separate copy of the tables.
>
> Is there a way that I can import linked tables (data and structure)?
> Everytime I try to do it I just get another linked table. But I want a
> completely separate copy.
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How create a local copy of a linked table record? mscertified Microsoft Access Form Coding 1 22nd Apr 2008 02:18 AM
Query hangs on local tables; runs OK on linked tables Ned Balzer Microsoft Access Queries 0 22nd May 2007 05:22 PM
Create local copy of Linked Table =?Utf-8?B?c3RpY2thbmRyb2Nr?= Microsoft Access External Data 2 20th Jun 2006 10:59 PM
Acc2003 converts linked tables to local tables (2k -> 97) =?Utf-8?B?SlJT?= Microsoft Access 1 9th May 2006 12:53 PM
Refresh of linked tables and create local copy - automated =?Utf-8?B?U0o=?= Microsoft Access Macros 1 30th Mar 2005 07:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:27 AM.