Jeff, This will never work. Just think, what does "junk.junkpath.value" or "junkpath.value" which I assume you meant, evaluate to? You need to do either an implicit eval() or macro substitution.
Either: junkpath = "d:\work\catholicschoolgirlinkjet_sample.ctl" APPEND MEMO junk.junkmemo from (junkpath) Or: junkpath = "d:\work\catholicschoolgirlinkjet_sample.ctl" APPEND MEMO junk.junkmemo from &junkpath. Dave Crozier -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Fisher Sent: 27 December 2006 22:58 To: Profox Subject: Append Memo issues I have the path of a file stored in a table. If I manually code in the path, I have no problems appending the file to the memo 'field' but if I pull the path from the table, I get "File does not exist" *!* junkpath = d:\work\catholicschoolgirlinkjet_sample.ctl APPEND MEMO junk.junkmemo FROM junk.junkpath.value doesn't work but this does: APPEND MEMO junk.junkmemo from d:\work\catholicschoolgirlinkjet_sample.ctl does I tried dumping the value of 'field' into a variable, trimming up the variable, trimming the data in the 'field',... Any suggestions? [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

