At 14:12 30/09/01 +0200, you wrote:
>>svr.Databases(ctx.CurrentDB).Tables(objTable.Identifier).Columns.Remove($COL
>>NAME)
Why can't it be svr.Databases(ctx.CurrentDB).Tables(objTable.Identifier,
blablabla).Modify?
We might need to add and remove rules, foreign keys, etc...