Hi, I need to copy some features of one table and insert them in an other one... I got an error on the last line of the code below...
Is it the right way to achieve this goal ? Run Command "Select Obj, Pc4_code FROM CP WHERE Pc4_code in (SELECT CP FROM POS WHERE POS = " + dpos.CodePOS + ") into poscp" Note "step2" Note "Code : " + Str$( poscp.Pc4_code ) Insert Into SDEST (Obj, posid, edcode, label) Values( poscp.Obj, dpos.CodePOS,-1, dpos.CodePOS) Regards, Michel Van Asten Projections SPRL --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 7576
