jackie1948
Programmer
Example of the table that I am needing to copy a field from. Oh yes I am using VFP7 not that means a whole lot to me but it might help you understand where i am coming from.
create table1 (agen C(4);
unit C(3);
ssn C(9);
tax1 C(228;
tax2 C (228);
hist C(180))
My question how do I copy,move what ever to get the key fields (agen,unit,ssn) and the tax1 field to a table called tax1.dbf.
Thanks
jackie
create table1 (agen C(4);
unit C(3);
ssn C(9);
tax1 C(228;
tax2 C (228);
hist C(180))
My question how do I copy,move what ever to get the key fields (agen,unit,ssn) and the tax1 field to a table called tax1.dbf.
Thanks
jackie