|
-
Sep 7th, 2006, 07:19 AM
#1
Thread Starter
New Member
ADOX Copy Field properties from One table to Another
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|