Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying Data From Fields
Message
From
16/06/1998 14:48:10
 
 
To
15/06/1998 22:56:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00108494
Message ID:
00108790
Views:
34
>I'm trying to copy data(updated) from one table to another. Both have identical structures. I have been trying "copy/replace to array", and "replace/with" commands to no avail. I keep getting error messages usually that the alias cannot be found. Please help!
>
>TIA
>
>--lincoln


Try this:
SELECT TableRecievingData
APPEND FROM TableContainingData FOR condition that limits appending to just the desired records

Ken : )
Previous
Reply
Map
View

Click here to load this message in the networking platform