If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Other PC Databases > Update Field From Table VFP 9

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-06-09, 12:57
JesseBee JesseBee is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
Update Field From Table VFP 9

Ok I'm working in VFP 9 and I am stuck like chuck

I have a table that I have been updating and notating for a client with records from 2 seperate tables.

I decided on a replace all command because I want everything to be overwritten if it is not correct.
So I tryed
REPLACE ALL table1.field1 WITH table3.field1 FOR table1.field2 = table3.field2

This says Replaced 2400+ records but when I check the updates there is no change to field1

Am I doing something wrong here?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On