Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not updating data
Message
 
 
To
09/08/2006 21:05:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01143996
Message ID:
01144366
Views:
12
>Hi Naomi,
>
>Here's the code...
>
>
>SELECT Dailywork.ddate, Dailywork.cgang, Dailywork.cblock,;
>  Dailywork.nmen+Dailywork.nwmn+Dailywork.nadl AS heads,;
>  Dailywork.ncode, Pkg.nripe, Pkg.ngreen;
> FROM ;
>     GUINTY!DAILYWORK ;
>    INNER JOIN GUINTY!PKG ;
>   ON  Dailywork.ncode = Pkg.ncode;
> WHERE  Dailywork.copr = ( "PKG" );
> ORDER BY Dailywork.ddate
>
>
>Thanks very much
>
>Regards,
>
>Steve

Is nCode the PK for DailyWork? If yes, then you can set DailyWork to be updatable and set nCode as key field. You then can change dDate, cGang, cBlock fields from this table.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform