data syncing (not replication)

CHAOSinACT

Registered User.
Local time
Today, 23:03
Joined
Mar 18, 2009
Messages
235
ok.... i have a situation where i am putting together a project database for work. last version i compiled the front AND back end, seemed to help make things faster. now we're onto next version and i need to add more tables. still have the uncompiled version to edit and recompile but the data in the table is now obsolete and needs to be imported from the compiled version before table edits are made. any ideas on easy ways to do this?
 
just import link the tables from the older version and run some append queries to add the data to the tables. You could also import them and then do the same.
 

Users who are viewing this thread

Back
Top Bottom