inncoggnitto
Programmer
i need to change every record's memo field in a table that i have extracted from a main table.
i have figured out the append memo part -
APPEND memo bi_text FROM oct_dec.txt OVERWRITE
and it does the first record. i cannot figure out how to make it change every record using sql. for loops seem like the logical thing but cannot get it to work. if there is another way (using a query maybe) i would appreciate some guidance.
there are only 222 records in the subset but no index field to increment, etc.
thanks
mike
i have figured out the append memo part -
APPEND memo bi_text FROM oct_dec.txt OVERWRITE
and it does the first record. i cannot figure out how to make it change every record using sql. for loops seem like the logical thing but cannot get it to work. if there is another way (using a query maybe) i would appreciate some guidance.
there are only 222 records in the subset but no index field to increment, etc.
thanks
mike