R
RosuAndreiMihai
Hi there!
Can anyone help me?
I have a database and i need to modifie the size and type property of fields
in tables from code.
I used DAO for reading tables, and I had a ideea like this:
dim db as database
set db = Currentdb
....
db.tabledefs("Table").Fields("Field1").Type = NewValue
db.tabledefs("Table").Fields("Field1").Size = NewValue
....
But it doesn't work!
Can anyone help me?
I have a database and i need to modifie the size and type property of fields
in tables from code.
I used DAO for reading tables, and I had a ideea like this:
dim db as database
set db = Currentdb
....
db.tabledefs("Table").Fields("Field1").Type = NewValue
db.tabledefs("Table").Fields("Field1").Size = NewValue
....
But it doesn't work!