Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables
Message
From
13/06/2004 06:08:55
 
 
To
13/06/2004 04:23:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Tables
Miscellaneous
Thread ID:
00913185
Message ID:
00913201
Views:
21
>all records where field(month=1) insert to table(ex.. month12004),
if month<>1
creat new table month22004 ...etc...,
FOR I=1 TO 12
    SET FILTER TO month=I
    GO TOP
    IF !EOF()   
        COPY TO ("Month"+ALLT(STR(I))+"2004") FOR month=I
    ENDFOR 
ENDFOR
There's never enough time to do it right, but always enough time to do it again.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform