I don't believe that you can because you don't have access to the table-defining elements of a linked table ... or at least only on a read-only basis. To modify a table's definition you would need to open a new instance of access on the other database and then run an ALTER TABLE tbl ALTER COLUMN ... within that instance. Note that "ALTER COLUMN" is available only in Access 2K or later.
Alternatively, you could use DAO or ADO to open the database and then use the TableDef and Field (DAO) or Catalog and Field (ADO/ADOX) objects to make your changes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.