Thanks guys.
I got the first part to work perfect (creating features for all 189 of 'em!) using arcpy.CreateFeatureclass_management.
Now on FeatureClassToFeatureClass_conversion (copying a template to the newly created feature classes.)
My ArcMap shows the template I wish to copy/convert as:
c:\output
- maps
- code_mapgrid.mdb
- Mapgrid
[] Block_template_number (feature class I wan to copy but rename with such as Block_002_003)
Does the arcpy.env.workspace point to the mdb where the class is? How does it know where to find the inFeatures?
arcpy.FeatureClassToFeatureClass_conversion(inFeatures, outLocation, outFeatureClass, expression)
All want it to do is copy over the blank features (Block_002_003) I made in the new GDB with features in the template mdb (Block_template_number).
Thanks,
Paul