Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to solve data replication?

Status
Not open for further replies.

Olavxxx

Programmer
Sep 21, 2004
1,134
NO
Hi,

I need to replicate data from one db to another, based on a fields value.

I asked the question in another part of the forum:

I hope you can help.
ps. it's non profit and not a school assignment, I do it as a service to the public.

Olav Alexander Mjelde
Admin & Webmaster
 
First use File/Get Data/Link to link the old database table to the new database. Then use an update query to change the values of current records if you need to. Use an append query to add records to the new table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top