I need to write an automatic updater for a MS Access database and I need it to Delete a specific Form and then Import a new one from another database. If possible, how would you accomplish this in C#?
|
|
|||||||||
|
|
|
Hi, you can do so using Docmd.CopyObject method (of Access.Application object) |
||||
|
