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#?
+4
A:
Hi, you can do so using Docmd.CopyObject method (of Access.Application object)
Alex Dybenko
2009-11-05 07:38:42
Welcome, Alex! Glad to see yet another expert Access developer arrive at SO.
David-W-Fenton
2009-11-05 23:00:12
Hey, nice to see you here. Hmmm, I didn't realize you could do this. I'll have to check that out someday.
Tony Toews
2009-11-10 06:29:37