![]() |
| ||
| initial value what will be the initial value of the fields created in a new table(dao)? how to change it? |
| ||
| Re: initial value That all depends upon if you allow those fields to default to their default values or not. As for changing those default values lets see your table creation code... |
| ||
| Re: initial value Set login = OpenDatabase("database path") Set newtable = login.CreateTableDef("table_name") With newtable .Fields.Append .CreateField("name", dbText, 30) end with now wat is the default initial value and how can i change it? |
| ||
| Re: initial value Okay, this example works with both 2.5/3.51 and 3.6... Dim daoDb As DAO.Database Good Luck |
| All times are GMT -4. The time now is 3:30 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC