Hi,

I have an application which copies one table from a database to another using adox. This works copying indexes, data types etc.

It doesnt however copy the fields description which i have found out is one of the properties so its not copying acroos any of the properties like input mask, validation etc.

Does anyone know how to copy all field properties from 1 table to another?

Ive tried

destinationColumn.properties("description").value = modelcolumn.properties.("description").value but this doesnt work.

Any help much appreciated.