Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append Memo Field
Message
From
05/11/1997 12:02:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00058266
Message ID:
00058392
Views:
39
>I have a table which contains records with a character field for text and a character field for a memo_key which references that text to some other key in other tables. I want to consolidate the 65 character text fields common to a particular memo into a single memo field. The natural syntax would be append the character field to the memo field. What is the VFP syntax to do that?
>
>TIA


I may not understand what you are trying to do here but if all
three fields are part of the same record then I wish issue a
simple replace memo with char_field + memo_key.

HTH

Dan
Previous
Reply
Map
View

Click here to load this message in the networking platform