Access add-in question (c#)

B

brett

attempting to create my first Access add-in with VS.net 2003 / C#
need some guidance on how to call methods on the application object.

specifically, how to get the currentDb name from that application
object.

I know its a reflection thing, but am getting lost here - some sample
code would be helpful...

Thanks in anticipation...

Brett
 
Top