I am creating a table using code and adding a field called "Percentage" like below
Set fld1 = tblCreate.CreateField("Percentage", dbInteger)
I need to set the format for this field to "Percent". I can't seem to find a format property. How do I achieve this?
Thanks for your help
Set fld1 = tblCreate.CreateField("Percentage", dbInteger)
I need to set the format for this field to "Percent". I can't seem to find a format property. How do I achieve this?
Thanks for your help