You're right! Too many years of VFP, forgot that What about this now?
Select t.date,t.doc,t.acct_no,t.amount,n.lastname ; from trans t,accounts a,names n ; where t.acc_no = a.acc_no and t.name = n.name ; into cursor curGL browse El 27/08/2013 09:34 a.m., Jean MAURICE escribió:
Rafael, I do remember that SQL is present on FPDOS but not JOIN !!! So you must write the relation in the WHERE clause. Best regards The Foxil
[excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

