Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum tables
Message
From
02/04/2002 05:59:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00639833
Message ID:
00639835
Views:
16
This message has been marked as the solution to the initial question of the thread.
>My brother has a table clients.dbf with 341 record
>
> I have a table clients with 351 records.
>
> My table is equal his table up to record 341.
>
>I have to send data to him every day because I add the clients
> to my table, he only process data
>
>
>
> Option1 - If I e-mail my table to him, how can he automatically
> add these 10 records to his table ?
You'll need a litle procedure the check for existing records on the destination table, if there is a unike key then you do not have to verify the data for every field in order to not include an existing record.

>
>
> Option 2 - If I e-mail only the 10 records to him, how can
> he add these 10 records to his table.
use destination_tabble
append from surce_table


Hope thie helps


Regards

Osar Corte
>
>
>
> TIA
>
> Moses
Previous
Reply
Map
View

Click here to load this message in the networking platform