Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record snatcher
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00411731
Message ID:
00411748
Views:
12
>Hello everyone
>
>I am wanting to grab the current record of free Table1 and copy that record to free Table2. Does anyone know what function I should use to pull this off?
>
>Thanks.
>
>Kenneth Gilbert Jr.

Kenneth,

Try this;
SELECT Table1
SCATTER MEMVAR MEMO
INSERT INTO Table2 FROM MEMVAR
PS. Table2 does not need to be open.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform