D
Doug Bell
Hi,
I am getting an error when I try to create a new Field in a Table where the
Field Type is dbDecimal.
I successfully created a Text Field but not sure why this is failing:
With tdfA
.Fields.Append .CreateField(stFieldName, lnFieldType)
End With
Where stFieldName = "WrkStn"
And lnFieldType = dbDecimal (=20)
I am getting an error message 3259 "Invalid field data type"
I am trying to create a Decimal Field with Precision = 6 and Scale=0
Thanks for any assistance,
Doug
I am getting an error when I try to create a new Field in a Table where the
Field Type is dbDecimal.
I successfully created a Text Field but not sure why this is failing:
With tdfA
.Fields.Append .CreateField(stFieldName, lnFieldType)
End With
Where stFieldName = "WrkStn"
And lnFieldType = dbDecimal (=20)
I am getting an error message 3259 "Invalid field data type"
I am trying to create a Decimal Field with Precision = 6 and Scale=0
Thanks for any assistance,
Doug