Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek & Replace
Message
From
11/04/2007 15:00:57
 
 
To
11/04/2007 14:53:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01214576
Message ID:
01214627
Views:
7
>What I have to do is scan through a dbf called QPDATA. The fields are:
>
>QPDATA.FIELD
>QPDATA.DATA
>
>Then goto a table called:
>
>LXPOS.DBF;
>
>The fields are
>
>LXPOS.DATA
>LXPOS.INPUT
>
>Next replace the field;
>LXPOS.DATA with QPDATA.DATA where QPDATA.FIELD = LXPOS.INPUT. The are about 300 records.
>
>I have a Brain Ache...

Try this, but backup your data, firstly
UPDATE lxpos SET data=(Select data from qpdata WHERE field=input)
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform