tags:

views:

53

answers:

1

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
Welcome, Alex! Glad to see yet another expert Access developer arrive at SO.
David-W-Fenton
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