I'm using Access 2007, and I have VBA code in a form that creates a new table. For one of the fields in the table, I want it defined as Double, Fixed, with 2 decimal places. Default when the field is created is Double with Auto decimal places. In the Access help, it says that after you create the table/fields, Format and DecimalPlace properties are not automatically recognized, so you have to create them before you can change them. I've tried every variation of the CreateProperty method statement that I can think of, but can't get the property created. I'm obviously missing something that's probably simple. Can someone give me or guide me to the correct VBA command(s) to create a Format property and a DecimalPlaces property so I can change the defaults for this field?
Thanks for any help offered!
-Walt
Thanks for any help offered!
-Walt