Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables
Message
From
21/08/2000 20:14:48
 
 
To
21/08/2000 19:54:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Tables
Miscellaneous
Thread ID:
00407562
Message ID:
00407565
Views:
30
Check out Sql Insert Into. It is easy to set up a control.
do while not eof()
    insert into table2(field1, field2, field3, field4);
         value(table1.field1, table1.field2, table1.field3, table1.field4)    
enddo
Note,

Please don't foget the the colon or the commas.

Hope this helps

R D


>Hey All,
>what is considered the best way to move multiple records from 1 table to another table with the same fields????
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform