|
-
Jan 2nd, 2000, 12:35 PM
#5
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|