K
Kowsy
Hi
I am trying to set the property for a currency field and i am getting tpe
mismatch.
This is a part of code doing currency data type formatting
Set fld = .CreateField("curr", dbCurrency)
set fformat = fld.createproperty("Format",dbtext,"standard")
Set fformat = fld.CreateProperty("decimal places", dbByte, 2)
fld.Properties.Append fformat
I tried different logic,but still getting the same error
Can anyone help me on this
Thanks in advance
I am trying to set the property for a currency field and i am getting tpe
mismatch.
This is a part of code doing currency data type formatting
Set fld = .CreateField("curr", dbCurrency)
set fformat = fld.createproperty("Format",dbtext,"standard")
Set fformat = fld.CreateProperty("decimal places", dbByte, 2)
fld.Properties.Append fformat
I tried different logic,but still getting the same error
Can anyone help me on this
Thanks in advance