Hi, i was wondering, I have like 20 dbfs with a specific structure in a directory called data (a). i would like to append the data of every dbf in that directory to another directory (data B)with dbfs of different structure. The only thing is that in data (b) directory there are more columns and rows in the dbfs, and i have data on them. i would like to delete all the data from the dbfs of the data (b) directory and append the data from all the dbfs of the directory data (a). I want to keep the structure of data(b) dbfs (remember it has more columns) now the 2 directories have the same dbfs names. for example in the directory data(a) i have a dbf call inv.dbf and in the directory of data(b) i have the same dbf called inv.dbf. This is the same for all the 19 dbfs. Can this be done with code? I know that i can do it like this; open the inv.dbf with foxpro 9 and delete all the records and then append all the records from the inv.dbf from the directory data(a), i can do this for all the dbfs, but i was wodering if there was a faster way of doing this.
Thanks