I have a dbf table and I wish to automatically create another dbf table with a different name but with exactly the same structure i.e.fields as the existing table. Is there any ready code in VBA and ArcObjects for that? Thanks
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
A non ArcObject option within VBA would be to simply use the VB FileCopy function. FileCopy "C:\Temp\Join_Output.dbf", "C:\Temp\Join_Output2.dbf" |
|||||||||
|
|
I would expect that accessing the Create Table tool from |
|||
|
|