Through experimentation I found that the default value for a field is the 12th property, so something like the following should allow you to set the default (for a Text field in this example) although I didn't test it.

DB.TableDefs("MyTable").Fields(MyFieldNumber).Properties(12) = "This is the default"

------------------
Marty