Vindicator
Registered User.
- Local time
- Today, 09:24
- Joined
- Apr 8, 2009
- Messages
- 15
Hi there,
I have a form that adds new fields specified by the user to a table. My only problem now is that I need to be able to change the format of the new field.
Right now the user chooses the fields name and data type. However when the boolean or Yes/No datatype is chosen and created, since the format is not set all the values are in 0 or -1.
I tried the following
CurrentDb.TableDefs(tdf).Fields(strField).
but there is no "Format option"
Cheers
I have a form that adds new fields specified by the user to a table. My only problem now is that I need to be able to change the format of the new field.
Right now the user chooses the fields name and data type. However when the boolean or Yes/No datatype is chosen and created, since the format is not set all the values are in 0 or -1.
I tried the following
CurrentDb.TableDefs(tdf).Fields(strField).
but there is no "Format option"
Cheers