How to copy query results to linked table 
Author Message
 How to copy query results to linked table

I have a make table query that makes a table . . . naturally.  

The problem is I want it to make a linked table (on the back end) that has
relationships.  When I choose to do this (by setting the table to "another
database"), it does not let me due to the relationships.

What I want is the data of the query to be copied into the table, deleting
whatever was in the table to begin with.  It would also be nice not to carry
the weight of that table on the front end.

Is this the same as running a Delete query and then a Append query?

Doyle



Sat, 08 Dec 2001 03:00:00 GMT  
 How to copy query results to linked table
Doyle,
use a delete query to clear existing data from table and an append query to
add new data to table.

--
regards,
TomG
Tampa, FL


Quote:
> I have a make table query that makes a table . . . naturally.

> The problem is I want it to make a linked table (on the back end) that has
> relationships.  When I choose to do this (by setting the table to "another
> database"), it does not let me due to the relationships.

> What I want is the data of the query to be copied into the table, deleting
> whatever was in the table to begin with.  It would also be nice not to
carry
> the weight of that table on the front end.

> Is this the same as running a Delete query and then a Append query?

> Doyle



Sat, 08 Dec 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB4 linking tables results in read-only table definition

2. copy a linked access table to another table

3. Make Table Query from Linked SQL Table

4. Sort query results according to criteria from different table

5. how to save query results as table

6. Getting query results into an HTML table

7. Getting query results into an HTML table

8. Query result in Table

9. Create New Table With Query Result

10. Make-Table Param Query - Differing Results

11. Changing the linked table path without the linked table manager

12. How to run Queries and Reports off Linked Tables

 

 
Powered by phpBB® Forum Software