I'm working on a mini project which involves importing data from excel (over 100 fields). Most fields are number types. I want them stored as doubles, but the preset is text and then long int. This creates a thankless chore of, after making each field, setting the data type to number and then going into the property panel and changing the type to a double. Saying this is tedious is an understatement. I'm currently working through this now, but will likely have to do something similar in the future. I'd like to be able to set a default field type and field size, or at the very least be able to develop a macro/vba which can change them to cut down on the amount of mindless clicking that must be done.
Any help would be appreciated