Hi,
I use code to add fields or tables to my Access database. This process works fine, but I would like to be able to define the number of decimal places for a field using code. Presently, using the code below, the decimal places will be set to auto? Is there an argument that I can add to this line of code to get what I need?
tables.Fields.Append .CreateField("OT1Rate", dbCurrency)
Thanks
I use code to add fields or tables to my Access database. This process works fine, but I would like to be able to define the number of decimal places for a field using code. Presently, using the code below, the decimal places will be set to auto? Is there an argument that I can add to this line of code to get what I need?
tables.Fields.Append .CreateField("OT1Rate", dbCurrency)
Thanks